In iOS 18.2, the contextmenu cannot hide the "Copy Link With Highlight" option. #2467
Open
1 of 2 tasks
Labels
bug
Something isn't working
Is there an existing issue for this?
Current Behavior
In iOS 18.2, the contextmenu has introduced the "Copy Link With Highlight" option. The previous implementation:
_contextMenu = ContextMenu( settings: ContextMenuSettings(hideDefaultSystemContextMenuItems: true), );
is unable to hide this new option.
Expected Behavior
when
hideDefaultSystemContextMenuItems: true
can hide "Copy Link With Highlight"Steps with code example to reproduce
Steps with code example to reproduce
// Paste your code here
Stacktrace/Logs
Stacktrace/Logs
Flutter version
v3.24.3
Operating System, Device-specific and/or Tool
ios 18.2
Plugin version
v6.1.5
Additional information
No response
Self grab
The text was updated successfully, but these errors were encountered: