flutter_inappwebview
flutter_inappwebview copied to clipboard
In iOS 18.2, the contextmenu cannot hide the "Copy Link With Highlight" option.
Is there an existing issue for this?
- [x] I have searched the existing issues
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
<Replace this line by pasting your stacktrace or logs here>
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
- [ ] I'm ready to work on this issue!