vstirbu / InstagramPlugin

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

Sometimes it fails to open Instagram and doesn't report any error. #38

Closed rodrigograca31 closed 9 years ago

rodrigograca31 commented 9 years ago

Not sure why, I'm still trying to figure it out...

I have the following code:

Instagram.share(square.toDataURL(), Settings.getDescription(), function (err) {
    if(err){
        alert("An error has occurred, Please go back an retry.");
        console.log(err);
    }
});

Sometimes Instagram doesn't open to share the image and there is no error...