Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android: "TextView does not support text selection. Action mode cancelled"

Tags:

android

"TextView does not support text selection. Action mode cancelled."

I get this error when I try to bring up the context menu in an EditText in a PopupWindow in Android. The selection markers also do not work.

The question has been asked a number of times but has stayed unanswered:

How to enable selection markers for EditText in PopupWindow?

PopupWindow not triggering sytem context dialog on EditText long-press

I am just another person dealing with the same issue. Any ideas?

like image 825
rwx Avatar asked Apr 07 '13 01:04

rwx


1 Answers

I have check around one hour, i found the solution: setwidth = wrapcontent (it's working with me)

like image 97
hungkk Avatar answered Sep 21 '22 16:09

hungkk