weapp-qrcode icon indicating copy to clipboard operation
weapp-qrcode copied to clipboard

Wechat miniapp generate qrcode image

Results 7 weapp-qrcode issues
Sort by recently updated
recently updated
newest added

exportImage方法里调用的wx.canvasToTempFilePath方法需要加上第二个参数this._htOption.usingIn才可以正常导出

bug

可不可以尝试一下其他的小程序也使用qrcode,例如支付宝小程序和钉钉小程序

enhancement

二维码被封装到组件种,组件包含其他内容,A页面到B页面,B页面引用组件加载二维码,显示正常,然后返回A页面,再重新进入B页面,则有时候会不显示二维码

bug
question

如果二维码没有绘制完成的话,调用qrcode.exportImage会出现 errMsg:"canvasToTempFilePath: fail canvas is empty"

bug
question

安卓手机会出现白色方块导致二维码错误 ![微信图片_20190414182906](https://user-images.githubusercontent.com/6004615/56091576-433a6b80-5ee3-11e9-9b34-849f1b166e33.png) 手机型号:小米MIX2 系统: MIUI 10.2 安卓: 8.0.0

bug