I’m using phonegap to create mobile app.
I don’t want to have everything in one html page so I created few of them. Each one has .js file attached. How can I send data between these html pages?
I’m using phonegap to create mobile app. I don’t want to have everything in
Share
The most portable and simplest way to do it is to use localStorage. There is a bug in Android for passing parameters along in the URL so I don’t recommend using that method.