cordova - Are there any specific requirements for exporting a phonegap application to windows phone 7.1 +? -


i developing application using phonegap. have exported application android, ios, blackberry , symbian. when application exported windows phone(7 , 8) index.html displayed , not needed sections (ui not displayed correctly), in addition no click event working.


are there structural requirements specific windows phone platforms? when debugging application keep getting "error calling js fire nativeready event. did include cordova-x.x.x.js in html script tag?" though included cordova-2.6.0 in index.html page , set items content in visual studio 2012.

apparently there problem in html. windows phone not accept doctype lower case. <!doctype html> has changed <!doctype html>


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -