I have the problem with TextView inside ListView below.
In listview, I have a TextView and I have set
android:textIsSelectable="true"
But, when I long click on TextView, I see log print
TextView: TextView does not support text selection. Action mode cancelled.
So I can not use Copy and Paste function for TextView.
If you have any idea to resolve this issue, please give some hint to fix it.
Thanks so much