Skip to content

Commit 33f2741

Browse files
author
admin_dfzc
committed
use tbs_sdk tips
1 parent c3f1f48 commit 33f2741

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tbs_app/utils/X5WebView.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ public X5WebView(Context arg0) : base(arg0)
2929
[Android.Annotation.SuppressLint(Value = new string[] { "SetJavaScriptEnabled" })]
3030
public X5WebView(Context arg0, Android.Util.IAttributeSet arg1) : base(arg0, arg1)
3131
{
32+
// this.WebViewClient = client;
3233
this.SetWebViewClient(client);
34+
3335
// this.setWebChromeClient(chromeClient);
3436
// WebStorage webStorage = WebStorage.getInstance();
3537
InitWebViewSettings();

0 commit comments

Comments
 (0)