disableHorizontalScroll property

bool? disableHorizontalScroll
getter/setter pair

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

Officially Supported Platforms/Implementations:

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

Implementation

bool? disableHorizontalScroll;