Currently I have been loading a page into a hidden iframe within my phonegap project as a way of scraping data off a mobile version of a website I use within my app.
The problem is that one particular site has some type of frame buster and sends a redirect which exits the app and loads the page in mobile safari.
Is there a way to stop the reload ? Leaving the ethics of scraping aside :-)