[webview_flutter] add consistent API for zoom controls #75196
Labels
c: proposal
A detailed proposal for a change to Flutter
p: webview
The WebView plugin
P3
Issues that are less important to the Flutter project
package
flutter/packages repository. See also p: labels.
platform-ios
iOS applications specifically
This issue is being filed as part of PR feedback for flutter/plugins#3325.
That PR adds the missing ability to enable pinch to zoom and on-screen zoom controls for WebViews running on Android. iOS pinch to zoom already works but there isn't currently a way to disable that functionality if a dev wanted to do so.
The available params that control pinch zoom/on-screen zoom controls on Android's WebView and Apple's WKWebView are not one-to-one but it seems the basic functionality of enabling/disabling zoom on a WebView for both platforms should be possible.
The text was updated successfully, but these errors were encountered: