anujraghuvanshi / cordova-clipboard-plugin

Cordova Clipboard plugin - With Support to Copy HTML also
MIT License
4 stars 2 forks source link

line breaks are removed when copying text #2

Open markenapps opened 4 years ago

markenapps commented 4 years ago

Hi and thanks for this plugin. Would be great when it will support for copying formatted text via clipboard.copy.

cordova.plugins.clipboard.copy("aaa\u000abbb"); or cordova.plugins.clipboard.copy("aaa\nbbb");

cordova.plugins.clipboard.paste().then((text) => { console.log(text) }); -> aaa bbb but should be aaa bbb

Reproducable with Android and iOS. I'm using revision 03ab5b1, phonegap-version: cli-9.0.0 iOS: 5.0.1, android: 8.0.0

givethanks1 commented 3 years ago

i am having the same issue

And formatted HTML (e.g., .. or ...) is lost.