We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3f1f48 commit 33f2741Copy full SHA for 33f2741
tbs_app/utils/X5WebView.cs
@@ -29,7 +29,9 @@ public X5WebView(Context arg0) : base(arg0)
29
[Android.Annotation.SuppressLint(Value = new string[] { "SetJavaScriptEnabled" })]
30
public X5WebView(Context arg0, Android.Util.IAttributeSet arg1) : base(arg0, arg1)
31
{
32
+ // this.WebViewClient = client;
33
this.SetWebViewClient(client);
34
+
35
// this.setWebChromeClient(chromeClient);
36
// WebStorage webStorage = WebStorage.getInstance();
37
InitWebViewSettings();
0 commit comments