B4J Question SetDOMStorageEnabled method

Hello
I had previously encountered such a problem in Android that when loading a specific link in Webview I encountered the following error:
B4X:
TypeError: Cannot read properties of null (reading 'getItem') in https://Example.com/main-es2015.ef2fddc41b098271fdb4.js (Line: 1)
But I solved the problem with a library and the page was successfully uploaded to Web View.
I solved the problem like this:
B4X:
Dim WVS As WebViewSettings
WVS.setDOMStorageEnabled(WebView1,True)

I have the same problem now in b4j! How do I solve this problem in b4j?
Thank you for your guidance!
 
Top