https://kotlinlang.org logo
#compose
Title
# compose
a

AG

07/23/2020, 5:37 AM
Hello, is there any way to disable text selection on long tap?
l

Leland Richardson [G]

07/23/2020, 5:41 AM
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

AG

07/23/2020, 5:47 AM
Thanks 🙌 it’s worked 🙂
4 Views