EddyVerbruggen / SocialSharing-PhoneGap-Plugin

👨‍❤️‍💋‍👨 Cordova plugin to share text, a file (image/PDF/..), or a URL (or all three) via the native sharing widget
MIT License
1.78k stars 908 forks source link

Pluging not working on android on phonegap #711

Open deangelo200 opened 8 years ago

deangelo200 commented 8 years ago

Hello am trying to get the plugin working on my phonegap but it isnt working this is all my steps Created a new phoneGap project using phonegap desktop app Add the android platform to my project Add the socialsharing js to my project js folder Reference the cordova js in the head of my html Reference the socialsharing in my html Add to my config.xml because am using phonegap build But its not working.. can someone show me if am doing something wrong

MontyZhao commented 8 years ago

Well, I'm searching another question when I saw your issue.

If you are try it with Android.

  1. Maybe you forget copy SocialSharing.java , change cordova_plugins.js, and change androidManifest.xml.

  2. I think you should better add this plugin with CLI, like this: cordova plugin add cordova-plugin-x-socialsharing