ihadeed / cordova-clipboard

Clipboard management plugin for Cordova/PhoneGap
MIT License
53 stars 42 forks source link

Incorporate fixes from Jigsaw-Code fork #6

Closed eb1 closed 6 years ago

eb1 commented 6 years ago

Of these, the Android MIMETYPE check was the most annoying to us. Calling Paste() would simply not return if someone had copied some HTML from another app. This should at least convert the html to text and return it, or just return an empty string.

eb1 commented 6 years ago

Should add: the changes come from https://github.com/Jigsaw-Code/outline-cordova-plugin-clipboard.