Dim jo As JavaObject = w1
jo.RunMethod("setLayerType", Array(2, Null))
WebViewSetting1.setDatabaseEnabled(w1, True)
WebViewSetting1.setDOMStorageEnabled(w1, True)
WebViewSetting1.setGeolocationEnabled(w1, True)
WebViewSetting1.setSaveFormData(w1, False)
WebViewSetting1.setSavePassword(w1, False)
WebViewSetting1.setJavaScriptCanOpenWindowsAutomatically(w1, False)
WebViewSetting1.setSupportZoom(w1, False)
WebViewSetting1.setUseWideViewPort(w1, False)
WebViewSetting1.setMediaPlaybackRequiresUserGesture(w1, False)
WebViewSetting1.setDatabasePath(w1, "")