HTML5 localStorage (Android) ? (native.showWebPopup)

If there is a way already to turn this feature on, let me know. If not, could we get this option turned on?

I have successfully used HTML5’s localStorage from Safari, but it’s not turned on for Android by default (?).

[import]uid: 111302 topic_id: 19301 reply_id: 319301[/import]

+1 [import]uid: 52771 topic_id: 19301 reply_id: 75128[/import]

I tried the latest build. LocalStorage works on Android until you ‘exit’ or ‘quit’ the App.

Could we add (if not already there) to the java side?:

this.getSettings().setDatabasePath("/data/data/"+this.context.getPackageName()+"/databases/"); //if no set or wrong path, variables disappear on killed

Thanks for getting LocalStorage to work – you guys rock. [import]uid: 111302 topic_id: 19301 reply_id: 75464[/import]