Does localStorage not work in web popups? And if not, is there a way to make it work? I have a 2-file project, which looks like what I’ve pasted below. It attempts to set a localStorage value, and then read it. But when I try to read it, I get a blank value every time.
**********************
Index.html:
**********************
[html]
LocalStorage Testing… if you did not see “test = 1” then localStorage is NOT working.
[/html]
**********************
main.lua
**********************
local options = { hasBackground=true, baseUrl=system.ResourceDirectory, urlRequest=webListener }
native.showWebPopup(0, 0, display.contentWidth, display.contentHeight, “index.html”, options) [import]uid: 94684 topic_id: 34614 reply_id: 334614[/import]