Pooya1 Active Member Licensed User Dec 3, 2018 #1 Hi I need access to DOMStorage webview and get value of storage In android with WebviewChromeClient we can access to it and with ConsoleMessage we can read storage with Log sotrage. Example link in B4a https://www.b4x.com/android/forum/threads/wish-bug-webview.27040/#post-156645 How do i use it in B4i?
Hi I need access to DOMStorage webview and get value of storage In android with WebviewChromeClient we can access to it and with ConsoleMessage we can read storage with Log sotrage. Example link in B4a https://www.b4x.com/android/forum/threads/wish-bug-webview.27040/#post-156645 How do i use it in B4i?
Erel B4X founder Staff member Licensed User Longtime User Dec 3, 2018 #2 You can probably do it with JavaScript. Execute the Javascript with WKWebView.EvaluateJavaScript. Upvote 0