SufficientlySecure / html-textview

TextView to display simple HTML
Apache License 2.0
2.56k stars 512 forks source link

Not able to copy-paste #160

Open mandeep18 opened 5 years ago

mandeep18 commented 5 years ago

In HtmlTextview we can not add copy paste feature. Do something about it.

16arpi commented 4 years ago

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...

mandeep18 commented 4 years ago

Ok, Thanks.

On Sat, 9 May, 2020, 1:18 AM César, notifications@github.com 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 https://github.com/SufficientlySecure/html-textview/issues/160#issuecomment-625987739, or unsubscribe https://github.com/notifications/unsubscribe-auth/AL2YMF3TVIRUX3O76CAJDR3RQROXJANCNFSM4HF7NVFQ .