孤星
孤星
  • 发布:2018-03-20 11:12
  • 更新:2019-07-19 17:06
  • 阅读:1384

plus.share.sendWithSystem接口中传入href无效

分类:HTML5+

详细问题描述:plus.share.sendWithSystem接口中传入href的ShareMessage 参数 android下无效,android上只能看到分享内容,看不到设置的href。

测试手机:OPPO R11,华为荣耀V8

var msg = {  
    content: "文物信息,点击查看!",  
    href:'http://' + ip + '/m/culturalRelics/' + params_first  
};  
plus.share.sendWithSystem(msg, function() {  
    console.log('Success');  
}, function(e) {  
    console.log('Failed: ' + JSON.stringify(e));  
});
2018-03-20 11:12 负责人:无 分享
已邀请:
v***@163.com

v***@163.com - 前端攻城狮

还没人回答么

该问题目前已经被锁定, 无法添加新回复