I am working on Phone Gap from last few days and its good platform to build cross platform application.
my issue is each and every HTML pages takes too much time to load. i am simple using Jquery mobile design for UI.
When i was testing in emulator then i thought it would be cause due to emulator but its same in device also.
It always take 7 to 8 sec to load and show page.
How can i reduce it ? Is there any thing that i should care for it if yes then please let me know.
Hope you guys will guide me.
jQuery Mobile uses many css.
have you tried download jQuerymobile.js, jQuery.js and the css and put it in a directory? So the device need not be connected to internet to download jquery and css resources.
Be sure that the references to jQuery,etc. are ok.
Good luck!