Last modified: 2012-02-24 02:52:46 UTC
Would be nice to have a thingy that sticks the page title & URL into a SEND_TEXT intent so you can easily send a link to friends through other apps (Mail, Facebook, Twitter, StatusNet, Google+, etc) or save into a note-taking app etc.
This PhoneGap plugin should help: https://github.com/phonegap/phonegap-plugins/tree/master/Android/SoftKeyboard
(In reply to comment #1) > This PhoneGap plugin should help: > https://github.com/phonegap/phonegap-plugins/tree/master/Android/SoftKeyboard I think that we want: https://github.com/phonegap/phonegap-plugins/tree/master/Android/Share
Pull request: https://github.com/nitobi/Wikipedia/pull/41 Adds 'Share page' item to menu, about same as Android Browser's 'Share page' menu item. Confirmed that it can send data to Gmail, SMS, Facebook, Google+, and ColorNotes apps. Some will only show the URL, some keep the title as subject as well.
merged.