You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: