I have customized some shared configurations on the page, such as title,imgurl, link, etc., but these configurations cannot be read under IOS and become Wechat"s default. But you can succeed on Android. The jssdk signature is valid. All returns are
let myTitle = "mytitle"
let testImg =" http://xxxx"
let fullUrl =" http://xxxx"
wx.onMenuShareAppMessage ({
) title: myTitle,
desc: "",
link: fullUrl,
imgUrl: testImg,
type: "",
dataUrl: "",
success: function () {
//
console.log("")
},
cancel: function () {
//
console.log("")
}
})