I would like to create a ‘shell’ phonegap application which displays content from another web site. For example, I want to get content from our existing intranet and display it within a deployed phonegap application. Is this possible?
(so when a user hits a link on the page, it just navigates within the shell to the next page). I guess this would be like using phonegap as an iframe in a regular browser.
Is this possible? (reason: we have existing intranet and need to make accessible via phonegap application)
yes it’s possible, just do an ajax call on the website and put the data into the html elements in your phone gap app.