alwaysBounceHorizontal property

bool? alwaysBounceHorizontal
getter/setter pair

A Boolean value that determines whether bouncing always occurs when horizontal scrolling reaches the end of the content view. If this property is set to true and InAppWebViewSettings.disallowOverScroll is false, horizontal 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? alwaysBounceHorizontal;