VersoSolutions / CordovaClipboard

Clipboard management plugin for Cordova/PhoneGap
MIT License
144 stars 257 forks source link

For windows uwp, no callback will be executed when the stuff inside the clipboard is not a text. #39

Open ychsue opened 6 years ago

ychsue commented 6 years ago

I think that you need to add in else { throw new Error('not a txt in clipboard'); } at line 51 of clipboardProxy.js file.