Hello,
i try to load that page to check the HTML5 work
but the app cruch and close!
i've even tried WebViewExtras2 but the same.
i've enabled all options
any suggest?
i try to load that page to check the HTML5 work
B4X:
WebView1.LoadUrl("https://html5test.com/")
i've even tried WebViewExtras2 but the same.
i've enabled all options
B4X:
WVE.JavaScriptEnabled=True
WVE.getsettings.SetAllowContentAccess(True)
WVE.GetSettings.SetAllowFileAccess(True)
WVE.GetSettings.setDOMStorageEnabled(True)
WVE.GetSettings.SetJavaScriptCanOpenWindowsAutomatically(True)
WVE.GetSettings.SetAppCacheEnabled(True)
WVE.GetSettings.SetBuiltInZoomControls(True)
WVE.GetSettings.setSupportZoom(True)
WVE.GetSettings.SetGeolocationEnabled(True)
WVE.SetWebViewClient(DWVC)
WVE.SetWebChromeClient(DWCC)
WVE.AddJavascriptInterface(JSClient,"B4A")
WVE.GetSettings.SetMediaPlaybackRequiresUserGesture(False)