【发布时间】:2016-08-19 19:14:33
【问题描述】:
社交分享插件在 Android 中运行良好。但是相同的代码在 iOS 设备中显示以下错误。
所有插件都安装好了。
错误:
插件 com.skype.SkypeForiPad.sharingextension 无效 2016-04-26 19:21:26.285 AiCura_App[id] SocialSharing 应用选择:(null)
代码:
$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")}
);
};
【问题讨论】:
-
我也尝试过cordova build iOS ...但是工作正常...
标签: android ios angularjs ionic-framework ngcordova