kishorekumaru
kishorekumaru

Reputation: 1578

Ionic 4 text selection is not smooth

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?

enter image description here

Upvotes: 0

Views: 703

Answers (1)

Jay Ordway
Jay Ordway

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

Related Questions