alwaysBounceVertical property
A Boolean value that determines whether bouncing always occurs when vertical scrolling reaches the end of the content.
If this property is set to true
and InAppWebViewSettings.disallowOverScroll is false
,
vertical dragging is allowed even if the content is smaller than the bounds of the scroll view.
The default value is false
.
Officially Supported Platforms/Implementations:
Implementation
bool? alwaysBounceVertical;