disableVerticalScroll property

bool? disableVerticalScroll
getter/setter pair

Set to true to disable vertical scroll. The default value is false.

Officially Supported Platforms/Implementations:

  • Android WebView
  • iOS WKWebView
  • Web <iframe> but requires same origin

Implementation

bool? disableVerticalScroll;