Hi there,
I’m using Angular 2 and need to display a large block of read-only text, but I want the user to at least be able to highlight items in the text and copy them to the clipboard. Is there a way to do this? Setting a TextView to editable=“false” doesn’t seem to allow this. I’ve also tried an HtmlView, but caused an exception due to bad HTML in the string.
Any help would be appreciated, thanks.