Thank you for the quick answer Rob.
I tried with WebPopup and newWebView but nothing. The html localStorage is working outside (chrome and safari), but when i use it inside the app it is not stored…
I also tried a simple xcode project with an UIWebview and also retrieves the stored values without problem.
Is there something i must put in config ? Maybe the dispose code?
this is the way i use the webview
visor = native.WebView( 0, 166, 1537, 1879 )
visor:request( hurl, system.ResourceDirectory )
I also tried moving html to the DocumentsDirectory just in case, but nothing.
And the dispose code
visor:removeSelf(); visor = nil
Thank you very much for the help