You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.
Hi ! HtmlTextView inherits from TextView properties. You can add android:textIsSelectable="true" to your XML attribute, or programmitacly textContent.setTextIsSelectable(true);.
Unfortunately, it only works for the copy action...
On Sat, 9 May, 2020, 1:18 AM César, ***@***.***> wrote:
Hi ! HtmlTextView inherits from TextView properties. You can add
android:textIsSelectable="true" to your XML attribute, or programmitacly
textContent.setTextIsSelectable(true);.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#160 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AL2YMF3TVIRUX3O76CAJDR3RQROXJANCNFSM4HF7NVFQ>
.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In HtmlTextview we can not add copy paste feature.
Do something about it.
The text was updated successfully, but these errors were encountered: