I want users to be able to select text content so that they can copy it and paste it elsewhere, but it seems that text selection has been disabled. Users can select text that is in an input or a textarea, but I want them to be able to select even regular content text. Is there a way to enable text selection?
I tried this solution: ionic 2: How to make text selectable?. It doesn't work.
Is it possible to make Ionic 4 text selectable and how?