androidOnScaleChanged method

  1. @SupportedPlatforms.new(platforms: [AndroidPlatform()])
  2. @Deprecated('Use onZoomScaleChanged instead')
void androidOnScaleChanged(
  1. double oldScale,
  2. double newScale
)

Use onZoomScaleChanged instead.

Officially Supported Platforms/Implementations:

  • Android WebView

Parameters - Officially Supported Platforms/Implementations:

  • oldScale: all platforms
  • newScale: all platforms

Use the PlatformInAppBrowserEvents.isMethodSupported method to check if this method is supported at runtime.

Implementation

@SupportedPlatforms(platforms: [AndroidPlatform()])
@Deprecated('Use onZoomScaleChanged instead')
void androidOnScaleChanged(double oldScale, double newScale) {}