isUserInteractionEnabled property
getter/setter pair
A Boolean value that determines whether user events are ignored and removed from the event queue.
The default value is true.
Officially Supported Platforms/Implementations:
- Android WebView
- iOS WKWebView (Official API - UIView.isUserInteractionEnabled)
Implementation
bool? isUserInteractionEnabled;