Reputation: 2327
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
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