I am developing a mobile application using Jquery mobile framwork & phonegap. So, I was wondering whether to use different html pages for my application or different to make the transitions smoother and to provide better UI experience.
I am developing a mobile application using Jquery mobile framwork & phonegap. So, I
Share
Keep in mind that if you include your whole application in one html file that your dom size could easily get unreasonably large. To quote the documentation
Also the next paragraph may help you.