Note that there are some explanatory texts on larger screens.

plurals
  1. POHow to implement facebook send, twitter share, send sms, send email in my phonegap android application?
    primarykey
    data
    text
    <p>As i am using HTML based phonegap framework, i need a plugin to implement this. when i searched over google, i got two revelent searches.</p> <ol> <li><p><a href="http://tech.sarathdr.com/featured/android-phonegap-plugin-for-social-share-email-facebook-twitter-and-sms" rel="nofollow">http://tech.sarathdr.com/featured/android-phonegap-plugin-for-social-share-email-facebook-twitter-and-sms</a></p> <p>a. In the above twitter functionality is not implemented.</p> <p>b. There is a typo in the above facebook share code window.plugins.SendSms.social ----> (should be)window.plugins.ShareSocial.social</p> <p>c. As it is developed for phonegap 1.9, it has some deprecated methods to be used in the version phonegap 2.1.0,</p> <p>ctx.startActivity() ----> cordova.getActivity().startActivity() this.ctx.startActivityForResult ----> this.cordova.startActivityForResult com.phonegap ----> org.apache.cordova</p> <p>I have done all the above updates, now all my errors are gone but still nothing is happening when i click on the buttons email, sms, facebook( i correctly implemented the javascript click events for these buttons)</p> <p>Can anyone who knows java,phonegap plugin dev and javascript, Please implement the same plugin for 2.1.0 post sample code to show how it is working.I need it badly ASAP.</p></li> <li><p><a href="https://github.com/phonegap/phonegap-plugins/tree/master/Android/Share" rel="nofollow">https://github.com/phonegap/phonegap-plugins/tree/master/Android/Share</a></p> <p>There is no single example on how to use this plugin for my purpose. Even the official documentation is not helpfull.</p></li> </ol>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload