怎么解决啊x50几乎是必现的
wx.createSelectorQuery().exec()部分机型(华为、荣耀等)不执行回调[图片] 签字后点击“提交”,部分机型(华为、荣耀居多)无法进入wx.createSelectorQuery().exec()回调,也没有报错
2023-09-08你好这个问题解决了么
ctx.drawImage()调用后,为什么生成的图片是空白的?如图所示,调用ctx.drawImage()后可以正常显示绘制的图片,但是调用wx.canvasToTempFilePath()却没有绘制成功,请教大佬们。[图片][图片]
2023-06-25怎么优化呢
微信小程序中用canvas给图片添加水印出现:部分安卓机添加完水印后图片变成黑色了?[图片] 这是我的代码片段: that.w = width + 'px'; that.h = height + 'px'; that.imageNum = that.imageNumPro(); that.waterMarkTime = that.getTimer(); let ctx = uni.createCanvasContext('firstCanvas'); /** 创建画布 */ //将图片src放到cancas内,宽高为图片大小 ctx.drawImage(tempFilePaths, 0, 0, width, height); ctx.setFontSize(14); ctx.setFillStyle('red'); ctx.fillText(that.waterMarkTime + ' ' + that.week, 10, height - 80); ctx.fillText(that.address, 10, height - 20); ctx.setFillStyle('blue'); ctx.translate(100, 100); ctx.rotate(20 * Math.PI / 180); ctx.fillText(that.imageNum, width / 4, 20); ctx.draw(false, () => { setTimeout( () => { uni.canvasToTempFilePath({ canvasId: 'firstCanvas', fileType: 'jpg', quality: 0.2, success: async (res1) => { console.log(res1); var tempFilePath = res1.tempFilePath; let imageInfo = await that.getFileInfo(res1.tempFilePath); that.uploadTask(imageUrl, tempFilePath); }, fail:function(err){ } }); }, 500); });
2023-06-25能提供下手机型号和内存信息么
wx.chooseMedia调起手机拍摄页面黑屏,点击拍摄按钮无反应?目前只发现这台手机是这样,其他手机正常,可能跟机型有关吗? [图片]
2023-06-25