-
Notifications
You must be signed in to change notification settings - Fork 57
Tapping into RichText doesn't move the cursor properly on Android #135
Copy link
Copy link
Closed
Labels
Description
It seems that there are problems with the way the tap event is intercepted by the main list / block bottom toolbar / RichText component, that does result in weird behavior when you try to move the cursor to another part of the text (into the same RichText item) or when you try to cut&paste content.
- I found out that long tapping into the field doesn't' show the Cut&Paste menu.
- Also double tapping over a word doesn't select it.
- If you tap to move the cursor to a different position, the cursor is not moved but the bottom toolbar just toggle its state.
https://cloudup.com/cT2GShQAyY8
Above is a video that show how the Cut&Paste acts on the current version on a Nexus 5X.
Edit: I've just noticed that the video does't show the taps. 🤕 So it's hard to follow my interactions.
Reactions are currently unavailable