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

Disable scrolling or touch input? #689

Open
joasag opened this issue Mar 20, 2020 · 4 comments
Open

Disable scrolling or touch input? #689

joasag opened this issue Mar 20, 2020 · 4 comments

Comments

@joasag
Copy link

joasag commented Mar 20, 2020

Is it possible to either disable input completely in flutter_webview_plugin or alternatively disable scrolling and zoom?

withZoom: false does not do anything for me?

@joasag
Copy link
Author

joasag commented Mar 20, 2020

Update: It seems like this issue is only on iOS. On Android it does disable zoom with withZoom: false but not on iOS?

@shinriyo
Copy link

Not work!

@shinriyo
Copy link

@fluttercommunity can you fix it?

@shinriyo
Copy link

self.webview.scrollView.bounces = false;

in lib/flutter_webview_plugin/ios/Classes/FlutterWebviewPlugin.m

shinriyo added a commit to shinriyo/flutter_webview_plugin that referenced this issue Sep 29, 2020
Disable scrolling or touch input? fluttercommunity#689
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants