onContentSizeChanged property

  1. @override
(void Function(InAppWebViewController controller, Size oldContentSize, Size newContentSize)?) onContentSizeChanged
final

Event fired when the content size of the WebView changes.

oldContentSize represents the old content size value.

newContentSize represents the new content size value.

Supported Platforms/Implementations:

  • iOS

Implementation

@override
final void Function(InAppWebViewController controller, Size oldContentSize,
    Size newContentSize)? onContentSizeChanged;