Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement content send-to / sharing #14

Open
kenmanheimer opened this issue Nov 10, 2012 · 1 comment
Open

Implement content send-to / sharing #14

kenmanheimer opened this issue Nov 10, 2012 · 1 comment
Assignees

Comments

@kenmanheimer
Copy link
Contributor

Provide user with ability to dispatch files to other applications, beyond just viewing - email, social posting, situating in a sharing service, etc.

@ghost ghost assigned kenmanheimer Nov 10, 2012
@kenmanheimer
Copy link
Contributor Author

I think of Send-to and Share-to operations as being the same thing. (I may be missing some important distinction, there.) There are distinct iOS and Android plugins for providing Send/Share operations.

iOS: based on the open-source ShareKit library, there is a PhoneGap ShareKit plugin for using the library.

Android: operation is based on the ACTION_SEND intent, by which an application can identify the substance and type of content to send. Applications which have registered interest in being recipients of that action and type of content will be presented for the user to choose. The Android sharing provision is fairly simple, then, just having to post the intent details. There is a simple PhoneGap Android Send plugin.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant