我在我的控制器中使用了这样的cordovaSocialSharing-plugin:
app.controller('eventDetailCtrl',function($scope, $cordovaSocialSharing){
$scope.shareEvent = function(){
$cordovaSocialSharing.share('This is my message', 'Subject string', null, 'http://www.mylink.com');
}
})
但控制台中显示以下错误消息:Cannot read property 'socialsharing' of undefined
。
如何解决此问题?
答案 0 :(得分:0)
确保以下内容:
cordova插件添加 https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin.git