【发布时间】:2016-07-16 06:03:14
【问题描述】:
我正在尝试使用 ionic 中的教程示例
window.plugins.socialsharing.shareWithOptions(options, onSuccess, onError);
但我不断得到
ionic.bundle.js:20306 TypeError: Cannot read property 'socialsharing' of undefined
我想我在 app.js 中遗漏了一些东西来包含库?
angular.module('starter', ['ionic','leaflet-directive', 'ngCordova', ... ?
我需要在上面的行中加载它吗? 我是否必须将其作为模块加载到控制器中?教程上没找到,不清楚吗?
我多次尝试cordova plugin add,无论是作为包名还是通过git
【问题讨论】:
标签: javascript angularjs cordova ionic-framework socialshare