Open jockebq opened 4 years ago
Update: It seems like this issue is only on iOS. On Android it does disable zoom with withZoom: false
but not on iOS?
Not work!
@fluttercommunity can you fix it?
self.webview.scrollView.bounces = false;
in lib/flutter_webview_plugin/ios/Classes/FlutterWebviewPlugin.m
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?