-
Notifications
You must be signed in to change notification settings - Fork 510
Attribute android:textIsSelectable="true" is not working #59
Comments
android:textIsSelectable="true"
is not working
android:textIsSelectable="true"
is not working
|
I never had a problem with the standard TextViews. Is there a workaround to make it works? I just need to be able to copy the selected text. |
In my case the exact problem was that on Marshmallow and above, the text could be selected, but the text selection commands didn't appear above the textview. Currently there's no way to control that field outside the package (I modified the code of |
@ofalvai If you still have some free time I would appreciate a pull request. I think mDontConsumeNonUrlClicks can be removed! |
Released in 3.4 |
<org.sufficientlysecure.htmltextview.HtmlTextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textSize="16sp"
android:textIsSelectable="true"/>
The text was updated successfully, but these errors were encountered: