Skip to content
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

No implementation found for method zoomBy in IOS #522

Closed
5 tasks done
Shokichi1997 opened this issue Sep 15, 2020 · 1 comment
Closed
5 tasks done

No implementation found for method zoomBy in IOS #522

Shokichi1997 opened this issue Sep 15, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@Shokichi1997
Copy link

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)

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);

Copy link

github-actions bot commented Nov 9, 2024

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Nov 9, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant