getZoomScale method
Gets the current zoom scale of the WebView.
Officially Supported Platforms/Implementations:
- Android native WebView
- iOS (Official API - UIScrollView.zoomScale)
Implementation
Future<double?> getZoomScale() => platform.getZoomScale();