Open deangelo200 opened 8 years ago
Well, I'm searching another question when I saw your issue.
If you are try it with Android.
Maybe you forget copy SocialSharing.java , change cordova_plugins.js, and change androidManifest.xml.
I think you should better add this plugin with CLI, like this:
cordova plugin add cordova-plugin-x-socialsharing
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