Copy text from label in xamarin.forms

Viewed 1684

I'm quite new to Xamarin.Forms. I have started to create an application which will display large amount of text retrieved from a book. At the moment I add the text into a Label, however the user can't copy the text he sees on the screen in any of the three platforms.

Is there a way to enable copying of text from a label in Xamarin.Forms? I have tried with Editor as well, it works to copy the data when pushed into Editor, however user can enter characters which is what I don't want them to do. I just want to show the text that I have read in from the stream and make it possible for the user to copy the amount of text he wishes. Any help will be appreciated!

2 Answers
Related