Skip to content

Cordova bug fixes

Marco Sirabella requested to merge mjsir911:feature/ez_cordova into master

Hi, after a few days testing this out with the Cordova patch added, I've encountered a few problems.

Apologies for not catching these on the first PR.

  1. on compilation cordova expects both the user provided www directory and its own internal platform_www to be copied to the www directory. Commit bb9871b0 enables that.

  2. On recompilation, the subdirectory platforms/ubuntu/www is not updated to reflect changes in root www directory. a78c55e2 fixes this.

I'm sure there will be additional fixes in time, but with these I believe this feature is fully usable (with an already initialized cordova repository)

Merge request reports