I tested two example tutorials
Building Clickable List Mobile App with HTML5 Local Storage
Building Hello World HTML5 Mobile App With Local Storage
It works perfectly on desktop browser, but when I uploaded to the host server and run from the iphone browser, the click button not working , it supose should go the second screen, but it is not working and do nothing. Any reason why?
Then I test with just a simple button and add action go to next screen, it works.
Only different are both tutorial ask to put two actions into the same button event,
like the local storage example, the SAVE button have two action attached, first save the input value to the local storage variable, then next navigate to next screen to show the saved text.
Any idea what I'm doing wrong. again it works perfect if I just test from the local desktop browser.
I also want to know once the vaule save on local storage, does it means it will be stay forever? even the device get turn off?
Thanks,