-1

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?

Staxxx6
  • 95
  • 5

1 Answers1

1

You can try the solution in this post https://github.com/ionic-team/ionic/issues/17753

I also know there is a clipboard management plugin but I never used it: https://ionicframework.com/docs/enterprise/clipboard

IreneC
  • 26
  • 9