I have started developing a Phonegap app for android. I have some doubts implementing some features.
I have a text box and four buttons. The buttons are:
- SMS Button
- Email Button
- Twitter Button
- Facebook Button
When I click the sms button I want to open android native sms app. When I click the email button I want to open android native email app. When I click the twitter button I want to share the text present in the textbox. When I click the facebook button I want to share the text present in the textbox.
Can any one help me on this? I know in native apps it's very easy, But I don't know how to do this on Phonegap apps.