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...
Not sure why, I'm still trying to figure it out...
I have the following code:
Sometimes Instagram doesn't open to share the image and there is no error...