I have an Ionic React v5 learning app and I want the users to be able to copy-and-paste the UI text.
On the PWA on desktop, you can simply highlight text and copy it to the keyboard.
But on iOS/Android, users can’t highlight the text to select it and copy.
I checked out the Capacitor clipboard plugin but this seems to be for letting the app read and write from the clipboard. I installed it and I still can’t select the text displayed in my app (for example, <IonContent><p>Some text.</p></IonContent>
. How can I do this?
1 post - 1 participant