【发布时间】:2015-05-22 11:11:18
【问题描述】:
我正在尝试在 ionic 中实现社交分享。我跟着这个教程https://www.thepolyglotdeveloper.com/2014/10/implement-social-media-sharing-ionicframework/
我得到的错误是
TypeError: 无法读取未定义的属性 'socialsharing'
at Object.share (ng-cordova.min.js:9)
at Scope.$scope.shareAnyWhere (shareController.js:10)
at $parseFunctionCall (ionic.bundle.js:21037)
at ionic.bundle.js:53344
at Scope.$get.Scope.$eval (ionic.bundle.js:23093)
at Scope.$get.Scope.$apply (ionic.bundle.js:23192)
at HTMLButtonElement.<anonymous> (ionic.bundle.js:53343)
at HTMLButtonElement.eventHandler (ionic.bundle.js:11706)
at triggerMouseEvent (ionic.bundle.js:2863)
at tapClick (ionic.bundle.js:2852)
我已经安装了教程中提到的插件。
【问题讨论】:
-
试试
$ ionic plugin list看看上面的插件有没有列出来? -
@NehilMistry 已添加 SocialSharing 插件。
-
@aorfevre 我已经浏览了链接。遵循所有指示。但我没有成功。
-
你在浏览器上试试这个吗?
标签: angularjs cordova ionic-framework