disableLongPressContextMenuOnLinks property
Set to true
to disable the context menu (copy, select, etc.) that is shown when the user emits a long press event on a HTML link.
This is implemented using also JavaScript, so it must be enabled or it won't work.
The default value is false
.
Officially Supported Platforms/Implementations:
- iOS
Implementation
bool? disableLongPressContextMenuOnLinks;