Michael Wuori

Results 18 comments of Michael Wuori

@Martherius Can you show me your code implementation for the clipboard call? I'm on a newer machine and don't have everything I need set up to debug at the moment.

@Martherius have you tried prefixing with `window`, like `window.cordova.plugins.clipboard.copy(text);`? Hopefully, I'll have my new machine setup and can test this out myself next week.

@Martherius I'm glad you made some progress! I believe the same code worked for me on both iOS and Android. I've only used this plugin atop a Vue-based Cordova application....

Thank you for the detailed report! I'll try to get this fixed within the next week - but feel free to submit a PR in the meantime.

@JamesBurgoon @stefanheimann I've fixed this by adding a `paste` event listener on a timeout that just triggers the existing `keyup` event so none of the core code had to be...

Actually, make that v1.0.5 as I addressed some security vulnerabilities.

@9mm I'll try to get a fix in for this. If you need it immediately please feel free to submit a PR and I'll merge. Thanks for the feedback... and...

@9mm Glad it could help! The project I built it for went nowhere so glad it wasn't all a waste. Also, I believe I allowed it to paste numbers without...