The Javascript library that I load in my webview uses the local storage to do some it's functions. In b4a, I give webview access to the local storage using the following code,
Dim jwb As JavaObject = myWebview
Dim jset As JavaObject = jwb.RunMethod("getSettings", Null)
Dim r As Reflector...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.