代码:
getImgInfo:function(){ console.log("begin do wx.getImageInfo") wx.getImageInfo({ src: 'https://ss1.hangjiapai.com/avatar/f6dbe81c-6215-408b-b811-fa4c69143706.jpeg', success: function(res){ // success console.log('wx.getImageInfo--success--getImgInfo-width',res.width) console.log('wx.getImageInfo--success--getImgInfo-height',res.height) }, fail: function(e) { // fail console.log('wx.getImageInfo--fail--',e) }, complete: function() { // complete console.log('wx.getImageInfo--complete--') } }) }, |
在开发工具上OK, 可以看到success, IOS上也OK, android上发现是fail, 测试机型(华米麦芒c199和魅族5)
IOS:
Android:
不知道是什么原因导致 fail download image fail?

最近频繁遇到,求大神给个活路吧
找到方法了吗
同遇上,部分安卓机型频繁出现,小米9pro
同样的问题,有人找到解决方案了吗?
证书有问题,
我也遇到这个问题了,开发版没问题,IOS上没问题,你解决了吗?
确实是有bug。