Text Selection #2637
Unanswered
khaledsawan
asked this question in
Mobile
Text Selection
#2637
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I’m working with mobile and have noticed some inconsistencies in text selection when using double- and triple-tap gestures.
Current scope/behavior:
• ✅ If I double-tap on a word → The word is selected and the options menu appears (works as expected).
• ❌ If I double-tap after the last word in a line → The last word is not selected and the options menu does not appear.
• ❌ If I triple-tap on a word → The entire line is not selected (no options menu).
• ❌ If I triple-tap after the last word in a line → The entire line is not selected (no options menu).
Expected behavior:
• Double-tap anywhere on or after the last word → Select that word and show the options menu.
• Triple-tap anywhere in the line (including after the last word) → Select the whole line and show the options menu.
Question:
Is this intended behavior on mobile, or is it a missing feature/bug?
If it’s missing, how be able to add it
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions