ShareMessage
JSON对象,分享消息对象
interface plus.share.ShareMessage {
attribute String content;
attribute String[] thumbs;
attribute String[] pictures;
attribute String href;
attribute String title;
attribute JSON extra;
attribute GEOPosition geo;
attribute ShareMessageExtra extra;
attribute String interface;
}
说明:
ShareMessage对象用于表示分享消息内容,在JS中为JSON对象,用于向系统发送分享信息操作。
href: (String 类型 )分享独立的链接 -------- 这个参数长度不能超过多少位,发现IOS上256位可以成功,259位就不可以。 安卓的都没问题;
1 个回复
g***@163.com (作者) - 往事如风,长伴吾身
问题解决了,不是href问题,是分享缩略图太大导致