vstirbu / InstagramPlugin

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

Direct instagram launch #79

Closed ajay92x closed 4 years ago

ajay92x commented 7 years ago

After the image is selected launch the instagram app instead of picking the instagram app from share to picker.

vstirbu commented 7 years ago

Which platform are you referring to?

If iOS, then there is another app that registered that it can handle the same media as Instagram. You cannot bypass that selection.

ajay92x commented 7 years ago

In Samsung A5 (marshmallow), before the update of this plugin it was working but after the update it showing Instagram picker instead to launching the Instagram app to share.

gildebrand commented 7 years ago

Use the shareAsset method instead. This works! However, you have to save the image to the local photo library and pass the path to the image!

ajay92x commented 7 years ago

But plugin is showing shareAssest is for iOS only

rodrigograca31 commented 4 years ago

Closing in favor of #93