-
-
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
MissingPluginException when calling InAppWebViewController #336
Comments
@pichillilorenzo I think it might be related to id with the channel? |
This behavior is correct. That happens in your case because you are calling the webview controller method inside the |
Okay, but the reason I'm override BTW, glad to see you coming back after these months. 😄 |
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug and a minimal reproduction of the issue. |
Environment
Flutter version: 1.17.0 (stable)
Plugin version: 3.1.0
Android version: Android 10
Device information: Emulator/OnePlus IN2020
Description
Calling any methods in
InAppWebViewController
throws an unimplement error.Steps to reproduce
onWebViewCreated
and inside this call_webViewController = controller
._webViewController.evaluateJavascript(...)
or any methods and it throws error.Images
Stacktrace/Logcat
The text was updated successfully, but these errors were encountered: