onZoomScaleChanged method
Event fired when the zoom scale of the WebView has changed.
oldScale
The old zoom scale factor.
newScale
The new zoom scale factor.ì
Officially Supported Platforms/Implementations:
- Android native WebView (Official API - WebViewClient.onScaleChanged)
- iOS (Official API - UIScrollViewDelegate.scrollViewDidZoom)
Implementation
void onZoomScaleChanged(double oldScale, double newScale) {}