I've built a simple iphone app with JQTouch and PhoneGap.
From the main menu a link goes to a search form. The search form is actually on a web server but styled so to the user it looks like they are still in the app but really the page has come from a Apache/php server.
The search form allows you to do search and see the results which is great. However now you are actually using the server page how do get back to the app menu you came from?
Thanks