disableContextMenu property
getter/setter pair
Set to true to disable context menu. The default value is false.
Officially Supported Platforms/Implementations:
- Android WebView
- iOS WKWebView
- Web <iframe> but requires same origin
- Windows WebView2 (Official API - ICoreWebView2Settings.put_AreDefaultContextMenusEnabled)
Implementation
bool? disableContextMenu;