Having trouble navigating the ins and outs of using social share plugins. SocialSharing-PhoneGap-Plugin Every time I attempt to call on this plugin, an undefined error pops up. Here is a snippet of my code.
window.plugins.socialsharing.share("test");
After executing this code, the "socialsharing" property remains undefined. Has anyone else encountered a similar issue?