onZoomScaleChanged method

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

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

void onZoomScaleChanged(double oldScale, double newScale) {}