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
source
share