RAD 1.30
1) setup phonegap to my account
2) Build -> Deploy
3) xui-all.js checked
adv-all.js checked
4) build complete
5) download
6) view index.html in assets/www - adv-all.js not included in html after build in apk file
as the result no advanced controls are added (for example - SVG) and application running incorrectly
adv-all.js not included in html after build
Re: adv-all.js not included in html after build
The builder will not add any js lib into index.html automatically.
You can add adv-all.js (or other js lib you need) in index.html manually.
You can add adv-all.js (or other js lib you need) in index.html manually.