I have used textView.setTextIsSelectable(true)
or android:textIsSelectable="true"
on textview. It is working somewhere but on some textviews it is showing the below error.
W/TextView: TextView does not support text selection. Action mode cancelled.
I have tried
android:focusable="true"
android:focusableInTouchMode="true"
Also on textviews but it is also not working, can you please help me to figure out why it is working on some textviews and not working on others.
Thanks a lot in advanced.