Best way to write a mobile website?

I want to create a mobile application and from the tutorial I was looking at, one page is loaded, and the subsequent content is inserted on the first page through Ajax calls. In addition, the back button keeps track of page history.

I know that I am not involved in loading pages using Ajax and wondered if this should be a way to create an application or I just make simple page requests and not use Ajax, which might not look great on a mobile application

Also in the future I would like to use PhoneGap and wondered if the Ajax version would work?

TIA JD

+3
source share
3 answers
+4

Sencha Touch - .

EDIT: , ( ) Android 2.2.

+2

PhoneGap Titanium, Ajax, , , , , Ajax.

OTOH, if you are developing a mobile website, it might be better to go for a normal page load. You can also apply a progressive enhancement to use Ajax if your user client supports it.

+1
source

All Articles