alwaysBounceVertical property

bool alwaysBounceVertical
getter/setter pair

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 IOSInAppWebViewOptions.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.

Implementation

bool alwaysBounceVertical;