vstirbu / InstagramPlugin

Instagram plugin for PhoneGap/Cordova
MIT License
120 stars 78 forks source link

Upgrade to using cordova-clipboard plugin rather than the universal-clipboard-plugin #104

Closed ridan closed 4 years ago

ridan commented 6 years ago

The universal-clipboard-plugin barely works and doesn't look like it's maintained anymore. We need to switch to a better clipboard plugin. I would reccomend cordova-clipboard

vstirbu commented 6 years ago

Thanks for the suggestion, although I was thinking to remove the dependency on the clipboard plugin altogether. The caption functionality is not part of Instagram application's hooks and can be handled easily outside this plugin by the developer.

JustasKuizinas commented 5 years ago

@vstirbu I agree you should remove clipboard dependency because now for example if you have cordova-clipboard installed you get this error while installing cordova-instagram-plugin

Failed to install 'cordova-universal-clipboard': CordovaError: Uh oh! "D:...\platforms\android\app\src\main\java\ com\verso\cordova\clipboard\Clipboard.java" already exists!

MaxSome commented 5 years ago

@vstirbu Thanks for this Plugin! But @JustasKuizinas is right, at the moment this dependency leads to a failed install. It would be nice, if this dependency is optional.

rodrigograca31 commented 4 years ago

I know 2 years have passed but I just saw this and seems like a simple fix so I will do it now.

:hugs: