Reputation: 1578
I am using basic Ionic 4 template with Text selection enabled ( ionic 2: How to make text selectable?), but the selection text is not so smooth and janky on iOS.
any idea why it's behaving so wired and any way to fix this?
Upvotes: 0
Views: 703
Reputation: 1749
If you want to make text selectable within an Ionic app, so you can copy and paste, I would recommend using the Ionic Native clipboard plugin.
https://ionicframework.com/docs/native/clipboard
Upvotes: 1