ソーシャル共有プラグインはAndroidでうまくいきます。しかし、同じコードがiOSデバイスで次のエラーを示しています。CDVPluginクラスSocialSharing(pluginName:socialSharing)が存在しません
すべてのプラグインがインストールされています。
エラー:
プラグインcom.skype.SkypeForiPad.sharingextension無効 2016年4月26日19:21:26.285 AiCura_App [ID] SocialSharingアプリ選択:(ヌル)
コード:
$scope.shareViaTwitter=function (title, source, link){
window.plugins.socialsharing.shareViaTwitter(title,
null /* img */,
link /* url */,
source,
function(errormsg){
alertService.showAlert('You Have to install Twitter application to share this news')}
// alert("You Have to install Twitter application to share this news")}
);
};
私はコルドバがあまりにもiOS版を構築しようとしている...しかし、くぼみの仕事。 .. –