Open mandeep18 opened 5 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...
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 .
In HtmlTextview we can not add copy paste feature. Do something about it.