promise return的值有哪些,分别有什么作用?小程序会等待promise完成才会去截图吗?
微信小程序onUserCaptureScreen函数监听到的同时图片已经保存到相册了?微信小程序:onUserCaptureScreen函数,在监听到截屏的同时图片已经保存到相册了,没办法对页面做任何调整吗?
07-21iphone8plus 升级到13.4.1后 ## 在safari没问题 ## 在微信有问题 https://github.com/niklasvh/html2canvas/issues/2205 Promise documentClone.fonts.ready not resolve in file document-cloner.ts rc.4 还没有加入这部分代码,所以回退到rc.4就没问题了 本页面的document.fonts.ready可以正常回调 但是iframe.contentWindow.document.fonts.ready 这个promise一直没有进入到resolve或者reject,谁知道原因吗?
在ios 13.4中,微信浏览器使用html2canvas无任何反馈在ios 13.4系统微信浏览器中, npm html2canvas包有问题 html2canvas(shareContent as HTMLElement, opts).then(canvas => { // 无反馈 }).catch(_ => { // 无反馈 }) 在ios 非13.4系统微信浏览器中 html2canvas(shareContent as HTMLElement, opts).then(canvas => { // 有反馈 }).catch(_ => { // 有反馈 }) 因为有部分用户更新了ios 13.4, 我们定位到是这个问题。 希望ios 13.4微信浏览器中html2canvas正常运行
2020-04-16