contextMenu property
Context menu used by the browser. It should be set before opening the browser.
Officially Supported Platforms/Implementations:
- Android native WebView
- iOS
Implementation
@override
ContextMenu? get contextMenu => _contextMenu;
Context menu used by the browser. It should be set before opening the browser.
Officially Supported Platforms/Implementations:
@override
ContextMenu? get contextMenu => _contextMenu;