Sharing configuration does not work on IOS

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("")
    }
  })
Mar.11,2021

have brothers solved it?


at present, I have also encountered this situation. The API that calls JSSDK to share moments is not displayed on the iOS side. Instead of using the custom title, it uses the text in the title tag, and the imgUrl does not show, but everything is fine on the Android side. Wechat version: 6.6.6


there will be no problem if you put it in the online environment

Menu