华为手机转发小游戏,截图显示空白
华为手机(测试型号:华为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 }) 这是转发出来的情形,截图是空白: [图片]