VersoSolutions / CordovaClipboard

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

💀☠️NEW PLUGIN, PLEASE DON'T USE THIS ONE ANYMORE☠️💀 #40

Open rodrigograca31 opened 5 years ago

rodrigograca31 commented 5 years ago

Hi everyone!

This plugin is dead as you can see, please use this fork that is being regularly updated.

cordova-clipboard

you should only need to run:

cordova plugin rm com.verso.cordova.clipboard
cordova plugin add cordova-clipboard

and it should work out of the box but don't forget to test! :smile:

(also please DON'T create issues here, put them on the new fork! and star it!) Thanks!

rodrigograca31 commented 5 years ago

@VersoSolutions can you point/link your repo to the new one? or this account owner doesnt check read github emails anymore?

mesqueeb commented 5 years ago

@rodrigograca31 You say to make issues on the new fork, but the new fork doesn't have an "issues" page.....

I think the forker didn't enable "issues" support for his REPO.... See how to do this here.

@ihadeed can you enable "issues"?

PS: better to leave this issue open for better visibility

rodrigograca31 commented 5 years ago

Yeah you are correct, no issues and this one should stay open!

rodrigograca31 commented 5 years ago

Just emailed the owner asking him to enable issues.....

ihadeed commented 5 years ago

@mesqueeb @rodrigograca31 Just enabled issues on the fork.

rodrigograca31 commented 5 years ago

@ihadeed Great!

I'm now trying to contact the original dev of this repo to make a deprecation notice and point to your repo...

guiedinger commented 4 years ago

I could not install this plugin using cordova plugin add cordova-clipboard The command outputs : Error: Failed to fetch plugin https://github.com/ihadeed/cordova-clipboard.git via registry. To resolve this error i executed the following command: cordova plugin add cordova-clipboard --nofetch

Thank you by the hint, this new plugin resolve all my bugs with clipboard. 😄