Phonegap + Jquery Mobile On Android: Multiple HTML Pages Javascript Not Working
Javascript does not work outside index.html page: Project Test 1: Index.html (with GEOLOCATION PAGE CODE) works fine Project Test 2: Index.html (with MENU PAGE CODE) Geolocation.ht
Solution 1:
In the link to geolocation.html, add this attribute data-ajax="false"
. This will prevent jQuery from loading the page via Ajax.
Post a Comment for "Phonegap + Jquery Mobile On Android: Multiple HTML Pages Javascript Not Working"