Skip to content

Add gestureRecognizers option to HtmlEditorOptions for mobile - #584

Open
Malnen wants to merge 1 commit into
tneotia:masterfrom
Malnen:allow-passing-gesture-recognizers
Open

Add gestureRecognizers option to HtmlEditorOptions for mobile#584
Malnen wants to merge 1 commit into
tneotia:masterfrom
Malnen:allow-passing-gesture-recognizers

Conversation

@Malnen

@Malnen Malnen commented Aug 14, 2025

Copy link
Copy Markdown

Adds a gestureRecognizers option to HtmlEditorOptions for specifying additional gesture recognizers that the HTML editor’s underlying platform view should respond to.

This option only affects mobile platforms (Android & iOS), where the editor is rendered inside a WebView. It has no effect on web builds.

It is especially useful when the editor is placed inside widgets that also detect gestures (e.g., scroll views, swipe detectors), helping to avoid gesture conflicts or customize gesture handling.

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