Leonardo Amigoni
Leonardo Amigoni

Reputation: 2327

Titanium Android Selectable Text

I am trying to allow selectable text that you can copy and paste on Android, without letting the user edit it or the keyboard appearing. I can't seem to find a way to do this with either label or textarea. Any tips?

Upvotes: 1

Views: 174

Answers (1)

Out of Orbit
Out of Orbit

Reputation: 563

Try displaying the text using a webView. Check out this nice widget you can use for nice formatting with markdown. (The widget uses a webView)

https://github.com/ricardoalcocer/Ti.MarkdownViewer

Upvotes: 1

Related Questions