- web-view真机无法加载出图片,开发工具和浏览器却正常,请问什么原因?
web-view真机无法加载出图片,开发工具和浏览器是正常的,确定平台业务域名配置正确。 测试链接:https://www.azero520.com/DeviceManagerServer/web/getWebScene2?sceneId=6 开发工具模拟器: [图片] 真机(苹果手机) [图片]
2020-09-04 - web-view真机报错但开发工具和浏览器正常,请问这是什么原因?
真机web-view提示can't find variable:ImageBitmap错误,开发工具和浏览器都显示正常! 测试路径:https://www.azero520.com/DeviceManagerServer/web/getWebScene?sceneId=6[图片]
2020-09-03 - 安卓所有机型将画布转图片成黑块,但iOS正常,之前还是好的。有没有临时解决方案?
就是这个方法执行出的问题,类似用户提的问题有https://developers.weixin.qq.com/community/develop/doc/0004629fda0950f7b6787ec9a56800?highline=%E5%AE%89%E5%8D%93%E7%94%BB%E5%B8%83%E8%BD%AC%E5%9B%BE%E7%89%87 非常着急,上线的小程序之前还是好的,现在突然出现这个问题导致公司业务无法进行,请问有没有临时解决方案? this.ctx.draw(true, (() => { setTimeout(function () { wx.canvasToTempFilePath({ canvasId: that.canvasName, destWidth: 160, destHeight: 320, fileType: 'jpg', quality: 0.1, success: function (res) { if (that.callBack) { that.callBack(res.tempFilePath); } } }, that); }, 1000); })()); [图片]
2019-07-10 - 华为安卓机将画布转图片成黑块,iOS正常
this.ctx.draw(true, (() => { setTimeout(function () { wx.canvasToTempFilePath({ canvasId: that.canvasName, destWidth: 160, destHeight: 320, fileType: 'jpg', quality: 0.1, success: function (res) { if (that.callBack) { that.callBack(res.tempFilePath); } } }, that); }, 1000); })()); [图片]
2019-07-09 - 请问两个不同的小程序之间可以推送通知吗?
- 需求的场景描述(希望解决的问题) 两个不同小程序客户端相互推送通知 - 希望提供的能力 两个不同小程序客户端相互推送通知
2019-02-13 - 小程序支持iPhoneX人脸识别认证吗?
- 当前 Bug 的表现(可附上截图) 小程序支持iPhoneX人脸识别认证吗? - 预期表现 - 复现路径 - 提供一个最简复现 Demo
2018-11-19