I am using localStorage in jQM and PhoneGap. If I don’t delete localStorage manually, how long would it be stored? When it is deleted?
I would like to know how it works on mobile devices running Android and iOS. I found an opinion that iOS browser clears it occasionally, is that true?
The localstorage is persistent. It will be stored until you uninstall the application or clear it manually.