disableLongPressContextMenuOnLinks property

bool disableLongPressContextMenuOnLinks
getter/setter pair

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.

Implementation

bool disableLongPressContextMenuOnLinks;