Open floraluo opened 9 years ago
You'll always get the issue in the browser, because in the browser environment you don't have the exported clipboard/cordova objects. They are only exported under cordova environment.
@AllSeeingEye Oh! I get it. Thank you for your reply ^_^
I am using this plugin in my app. And when I test it in browser,I always get this undefined error about cannot read some properties.However,when I test it on my emulator,and the clipboard's copy and paste function work fine.