Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I share an Image to my Cordova/PhoneGap App from another App?

I have a Cordova/PhoneGap App which deals with photos. What I want is to make my app appears in the sharing options, when other apps want to share a photo to other apps.

Here is an example for such a sharing dialog:

enter image description here

How can I make that my Cordova/PhoneGap App appears in a Photo Sharing Options of other Apps?

Edit: When I click on share to Instagram in some photo apps I get the following popup. How can I make that my app does appear in this share popup too?

enter image description here

like image 766
confile Avatar asked Oct 19 '22 22:10

confile


1 Answers

For iOS it's been answered on this thread

My app inside iMessage UIActivityViewController

on this one you have even more info

How do I associate file types with an iPhone application?

For android you can follow the instructions here http://developer.android.com/training/sharing/receive.html

like image 62
jcesarmobile Avatar answered Oct 22 '22 13:10

jcesarmobile