wkwebsitedatastore

  1. AneeshJay

    iOS Question Access Local Storage WKWebview

    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...
Top