次の行でイオンのチュートリアルの例に従おうとしています
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を介して、何度も試しました