You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The exception occurred on the user's device and I couldn't reproduce it in my test.
Stacktrace/Logs
androidx.webkit.internal.k0 a line 1
androidx.webkit.internal.l0 e line1
x1.q q line 9
com.pichillilorenzo.flutter_inappwebview_android.webview.in_app_webview.InAppWebView prepare line 254
com.pichillilorenzo.flutter_inappwebview_android.webview.in_app_webview.FlutterWebView line 214
com.pichillilorenzo.flutter_inappwebview_android.webview.FlutterWebViewFactory create line 102
io.flutter.plugin.platform.PlatformViewsController createPlatformView line 41
io.flutter.plugin.platform.PlatformViewsController$1 createForPlatformViewLayer line 16
io.flutter.embedding.engine.systemchannels.PlatformViewsChannel$1 create line 123
io.flutter.embedding.engine.systemchannels.PlatformViewsChannel$1 onMethodCall line 176
io.flutter.plugin.common.MethodChannel$IncomingMethodCallHandler onMessage line 18
io.flutter.embedding.engine.dart.DartMessenger invokeHandler line 19
io.flutter.embedding.engine.dart.DartMessenger lambda$dispatchMessageToQueue$0 line 42
io.flutter.embedding.engine.dart.DartMessenger a line 1
io.flutter.embedding.engine.dart.a run line 13
android.os.Handler handleCallback line 790
android.os.Handler dispatchMessage line 99
android.os.Looper loop line 164
android.app.ActivityThread main line 6917
java.lang.reflect.Method invoke
com.android.internal.os.RuntimeInit$MethodAndArgsCaller run line 449
com.android.internal.os.ZygoteInit main line 807
Flutter version
3.24.5
Operating System, Device-specific and/or Tool
Android 8.1.0
androidx.webkit:webkit 1.12.0
Plugin version
v6.2.0-beta.2
Additional information
No response
Self grab
I'm ready to work on this issue!
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Current Behavior
AbstractMethodError: abstract method "void android.webkit.WebSettings.setSafeBrowsingEnabled(boolean)"
Expected Behavior
no Exception
Steps with code example to reproduce
The exception occurred on the user's device and I couldn't reproduce it in my test.
Stacktrace/Logs
androidx.webkit.internal.k0 a line 1
androidx.webkit.internal.l0 e line1
x1.q q line 9
com.pichillilorenzo.flutter_inappwebview_android.webview.in_app_webview.InAppWebView prepare line 254
com.pichillilorenzo.flutter_inappwebview_android.webview.in_app_webview.FlutterWebView line 214
com.pichillilorenzo.flutter_inappwebview_android.webview.FlutterWebViewFactory create line 102
io.flutter.plugin.platform.PlatformViewsController createPlatformView line 41
io.flutter.plugin.platform.PlatformViewsController$1 createForPlatformViewLayer line 16
io.flutter.embedding.engine.systemchannels.PlatformViewsChannel$1 create line 123
io.flutter.embedding.engine.systemchannels.PlatformViewsChannel$1 onMethodCall line 176
io.flutter.plugin.common.MethodChannel$IncomingMethodCallHandler onMessage line 18
io.flutter.embedding.engine.dart.DartMessenger invokeHandler line 19
io.flutter.embedding.engine.dart.DartMessenger lambda$dispatchMessageToQueue$0 line 42
io.flutter.embedding.engine.dart.DartMessenger a line 1
io.flutter.embedding.engine.dart.a run line 13
android.os.Handler handleCallback line 790
android.os.Handler dispatchMessage line 99
android.os.Looper loop line 164
android.app.ActivityThread main line 6917
java.lang.reflect.Method invoke
com.android.internal.os.RuntimeInit$MethodAndArgsCaller run line 449
com.android.internal.os.ZygoteInit main line 807
Flutter version
3.24.5
Operating System, Device-specific and/or Tool
Android 8.1.0
androidx.webkit:webkit 1.12.0
Plugin version
v6.2.0-beta.2
Additional information
No response
Self grab
The text was updated successfully, but these errors were encountered: