VersoSolutions / CordovaClipboard

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

Cordova Windows Build. #19

Open ishandeb opened 8 years ago

ishandeb commented 8 years ago

Hi, I am using this plugin for windows phone 8.1/10 app, but the plugin is not working. cordova plugin add com.verso.cordova.clipboard cordova.plugins.clipboard.copy("dfsd", function (text) { debugger; }, function (tex) { debugger; });

It is always returning error. Could anyone help me out. Thanks in advance. Regards, Ishan Deb

chrysanhy commented 8 years ago

I'm having the same experience.