Say the user browsed to http://mydomain.com?data=data and the HTML stored this URL + data.
Then the user launched a native app built with PhoneGap and the App wants to retrieve http://thedomain.com?data=data that was stored by the HTML5 webpage.
Is there common storage between the Browsed HTML and the Native PhoneGap App so data can be passed from web browsing to Native Mobile Application?
Some ideas and a snippet would help greatly to figure this out. Thanks!