请问修复了吗
微信版本8.0.27 canvasToTempFilePath destHeight等参数设置无效canvasToTempFilePath的参数:destWidth 和 destHeight 不生效
2022-09-1915.6.1也有问题,延迟1s也没用,求解
IOS微信7.0.20 wxml-to-canvas失效?!IOS微信7.0.20 wxml-to-canvas失效 failed TypeError: n.Canvas is not a constructor fundebug.min.js:1 Unhandled promise rejection Error: renderToCanvas: fail canvas has not been created at ge._callee$ (index.js:143) at c (eval at n.call.document (runtime.js?devtools_ignore=true:1), <anonymous>:2:2070333) at Generator.e._invoke (eval at n.call.document (runtime.js?devtools_ignore=true:1), <anonymous>:2:2070133) at Generator.eval [as next] (eval at n.call.document (runtime.js?devtools_ignore=true:1), <anonymous>:2:2070752) at asyncGeneratorStep (asyncToGenerator.js:1) at c (asyncToGenerator.js:1) at eval (asyncToGenerator.js:1) at new m (eval at n.call.document (runtime.js?devtools_ignore=true:1), <anonymous>:2:67407) at ge.eval (asyncToGenerator.js:1) at ge.renderToCanvas (index.js:135)
2022-09-16设置的高度比lineheight*fontSize再向上取整高就可以了
wxml-to-canvas 组件 的 fontSize 样式,只要设置大于14,字体就会消失wxml-to-canvas 组件 的 css中的 fontSize 样式,只要设置大于14,字体就会消失不见,这个BUG在开发者工具上面就已经出现了,更不用说是真机调试,请官方尽快修复这个BUG, 很紧急 !!!
2022-09-13解决了吗?我有同样的问题
如何判断是哪个微信小程序?背景: 目前我有一个H5页面,需要运行在多个小程序的webview中。目前有个需求是,H5页面中有一个跳转小程序原生页的按钮,只能在小程序A的环境中才能执行原生跳转,因为其它小程序中不存在这个原生页面。问题:目前微信这边有判断是哪个微信小程序的特定标识么? 尝试:我本想在H5页面中执行下边这段代码,如果跳转的是不存在的原生页,会走fail,我在fail中处理。但实际并不会走fail。 wx.miniProgram.navigateTo({ url: '/index/index', success: function(){ //跳转成功回调 }, fail: function(){ // 什么情况执行 fail回调? } });
2022-06-24