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
I have ran the sample app and it does not work there
Environment
Technology
Version
Flutter version
1.17.2
Plugin version
49.0.2
Android version
iOS version
13.7
Xcode version
11.7
Device information:
Description
Expected behavior: In ios, i can use method zoomBy() in IOS
Current behavior:
When I use it, an error is thrown:
MissingPluginException(No implementation found for method zoomBy on channel com.pichillilorenzo/flutter_inappwebview_0)
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
Device information:
Description
Expected behavior: In ios, i can use method zoomBy() in IOS
Current behavior:
When I use it, an error is thrown:
MissingPluginException(No implementation found for method zoomBy on channel com.pichillilorenzo/flutter_inappwebview_0)
Steps to reproduce
double zoomFactor = 3.0;
await webViewController.zoomBy(zoomFactor).catchError((e) => print(e)).then((value) {}, onError: (e) => print(e));
await webViewController.scrollTo(x: 0, y: currentScrollY, animated: false);
The text was updated successfully, but these errors were encountered: