GeDzacXPloaD
New Member
I have created a html file with jquery mobile .Rather than using different html pages I used a single page and includes various pages with different ids as follows\[code\]<div data-role="page" id="1" data-theme="e"> ---------------------------------- </div> <div data-role="page" id="2" data-theme="e"> --------------------------- </div>\[/code\]I tested this file on an android phone but seems to be slower.Anybody can give me suggestion on it.Which is a better approach to use?? or Is there any way for making my application faster??Any help will be appreciated