Hello, is there any way to disable text selection ...
# compose
a
Hello, is there any way to disable text selection on long tap?
l
you can add
Modifier.longPressGestureFilter
currently and it will prevent it
(this is a known issue and we are still debating the best way to fix it)
a
Thanks 🙌 it’s worked 🙂