华为手机(测试型号:华为P20 pro,荣耀9)调用 wx.shareAppMessage 转发,发出来的图片是空白
已测试小游戏开发版、体验版、发布版,问题100%复现,其它手机(iphone、小米、oppo、meizu)转发无问题。
这是代码: //这一步生成截图
let tempFilePath = canvas.toTempFilePathSync({
x: 0,
y: 0,
width: screenWidth,
height: screenHeight,
destWidth: screenWidth,
destHeight: screenWidth
})
//这一步转发
wx.shareAppMessage({
title: '来跟我小游戏吧!',
imageUrl: tempFilePath
})
这是转发出来的情形,截图是空白:
同样问题,求解,打算判断是华为这一系列的,就直接不截图,随便搞个其他图片链接,总比截个黑屏白屏的好看