androidOnScaleChanged property
- @SupportedPlatforms.new(platforms: [AndroidPlatform()])
- @Deprecated('Use onZoomScaleChanged instead')
final
Use onZoomScaleChanged instead.
Officially Supported Platforms/Implementations:
- Android WebView
Parameters - Officially Supported Platforms/Implementations:
oldScale: all platformsnewScale: all platforms
Use the PlatformWebViewCreationParams.isPropertySupported method to check if this property is supported at runtime.
Implementation
@SupportedPlatforms(platforms: [AndroidPlatform()])
@Deprecated('Use onZoomScaleChanged instead')
final void Function(T controller, double oldScale, double newScale)?
androidOnScaleChanged;