onZoomScaleChanged method

  1. @override
void onZoomScaleChanged(
  1. double oldScale,
  2. double newScale
)
override

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:

Implementation

@override
void onZoomScaleChanged(double oldScale, double newScale) {}