Skip to content

Conversation

cuong292
Copy link

🐛 Bug Fixes
iOS: Fixed an issue where the context menu was not updated when setContextMenu was called from Flutter inside a selectionchange document event listener.

Reproduction:

Add a document.addEventListener('selectionchange', ...) listener in the loaded page.

Inside the listener, call Flutter’s setContextMenu(...).

On iOS, the context menu remained unchanged instead of updating.

Resolution: The context menu is now refreshed correctly when triggered during text selection changes.

@cuong292 cuong292 changed the title fix(ios): context menu not updating when setContextMenu is called fro… fix(ios): context menu not updating when setContextMenu is called from Flutter Aug 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant