-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
stuck in loading #2179
Comments
👋 @MagarKJ NOTE: This comment is auto-generated. Are you sure you have already searched for the same problem? Some people open new issues but they didn't search for something similar or for the same issue. Please, search for it using the GitHub issue search box or on the official inappwebview.dev website, or, also, using Google, StackOverflow, etc. before posting a new one. You may already find an answer to your problem! If this is really a new issue, then thank you for raising it. I will investigate it and get back to you as soon as possible. Please, make sure you have given me as much context as possible! Also, if you didn't already, post a code example that can replicate this issue. In the meantime, you can already search for some possible solutions online! Because this plugin uses native WebView, you can search online for the same issue adding Following these steps can save you, me, and other people a lot of time, thanks! |
I am having the same issue, please help, i have search for solution but to no avail |
(please provide complete log and minimal reproductible example) |
Restarted application in 3,005ms. |
go to your pubspec.lock file and search this package webview_flutter_android: and change its version to version: "3.16.1" |
I would like to report that I encountered the same Unknown feature SUPPRESS_ERROR_PAGE error with the flutter_inappwebview plugin as described in #2179. After following the suggestion in the discussion to change the version of webview_flutter_android to 3.16.1 in the pubspec.lock, the issue was resolved. This seems to be an effective workaround for now. |
Adding webview_flutter_android: 3.16.1 in dependency_overrides in pubspec.yaml file will work dependency_overrides: |
Environment
Device information:
Description
Expected behavior:
Current behavior:
Steps to reproduce
Images
Stacktrace/Logcat
E/flutter (26747): at io.flutter.plugin.common.MethodChannel$IncomingMethodCallHandler.onMessage(MethodChannel.java:267)
E/flutter (26747): at io.flutter.embedding.engine.dart.DartMessenger.invokeHandler(DartMessenger.java:292)
E/flutter (26747): at io.flutter.embedding.engine.dart.DartMessenger.lambda$dispatchMessageToQueue$0$io-flutter-embedding-engine-dart-DartMessenger(DartMessenger.java:319)
E/flutter (26747): at io.flutter.embedding.engine.dart.DartMessenger$$ExternalSyntheticLambda0.run(Unknown Source:12)
E/flutter (26747): at android.os.Handler.handleCallback(Handler.java:942)
E/flutter (26747): at android.os.Handler.dispatchMessage(Handler.java:99)
E/flutter (26747): at android.os.Looper.loopOnce(Looper.java:201)
E/flutter (26747): at android.os.Looper.loop(Looper.java:288)
E/flutter (26747): at android.app.ActivityThread.main(ActivityThread.java:7872)
E/flutter (26747): at java.lang.reflect.Method.invoke(Native Method)
E/flutter (26747): at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:548)
E/flutter (26747): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:936)
E/flutter (26747): )
E/flutter (26747): #0 StandardMethodCodec.decodeEnvelope (package:flutter/src/services/message_codecs.dart:648:7)
E/flutter (26747): #1 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:334:18)
E/flutter (26747):
E/flutter (26747): #2 ExpensiveAndroidViewController._sendCreateMessage (package:flutter/src/services/platform_views.dart:1099:5)
E/flutter (26747):
E/flutter (26747): #3 AndroidViewController.create (package:flutter/src/services/platform_views.dart:822:5)
E/flutter (26747):
E/flutter (26747):
The text was updated successfully, but these errors were encountered: