Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

Not able to copy-paste #160

Open
mandeep18 opened this issue Apr 15, 2019 · 2 comments
Open

Not able to copy-paste #160

mandeep18 opened this issue Apr 15, 2019 · 2 comments

Comments

@mandeep18
Copy link

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

@16arpi
Copy link

16arpi commented May 8, 2020

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
Copy link
Author

mandeep18 commented May 8, 2020 via email

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants