I know that setting android:textIsSelectable=\"true\" in xml for the TextView will show the native text selection popup and I\'ve been using that i
android:textIsSelectable=\"true\"
TextView
If your TextView is inside ConstraintLayout, make sure the width is not wrap_content. With TextView width 0dp or match_parent this works fine.
ConstraintLayout
wrap_content
0dp
match_parent