We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
i am having the same issue
And formatted HTML (e.g., .. or ...) is lost.
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: