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

supportZoom not working #159

Closed
saharvx9 opened this issue Sep 20, 2019 · 3 comments
Closed

supportZoom not working #159

saharvx9 opened this issue Sep 20, 2019 · 3 comments

Comments

@saharvx9
Copy link

saharvx9 commented Sep 20, 2019

Here is my code:

Widget _inlineWebView() { Map<String, dynamic> options = Map<String, dynamic>(); options.addAll({ "supportZoom": true, "displayZoomControls": true, "javaScriptEnabled": true, }); return InAppWebView( initialUrl: widget.link, onWebViewCreated: (InAppWebViewController controller){ setState(() { controller.setOptions(options); }); }, ); }

displayZoomControls not working and supportZoom not working i try with google link too and nothing but when i add textZoom it works this current option
pls assist me why its not working :(

@sunqihui222
Copy link

我也遇到了这个问题

@pichillilorenzo
Copy link
Owner

Fix available starting from the version 3.0.0.

This was referenced Jul 6, 2020
Copy link

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 11, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants