- web-view 中的src添加跳转链接到页面https被转成http?
web-view 中的src添加跳转链接到页面https被转成http? <web-view src="https://www.xxx.com/xxx/main"></web-view> 页面中仅这一句话,开发工具和安卓手机都可以正常打开页面,苹果手机提示错误, 不支持打开 http://www.xxxxxx.xxxx,请在“小程序右上角更多->反馈与投诉”中和开发者反馈。 web-view业务域名配置了,项目中用到底授权转发都是https,nginx也配置SSL证书将http跳转成http,请问问题出在哪里?
2022-10-20 - "canvasToTempFilePath: fail canvas 开发工具正常,真机和预览都报错
https://developers.weixin.qq.com/miniprogram/dev/api/wxml/wx.createSelectorQuery.html VM13:2 Unhandled promise rejection TypeError: Cannot read property 'createView' of undefined at KC._initCanvasInstance (eval at Te.n.call.document (runtime.js?devtools_ignore=true:1), <anonymous>:2:1335059) at KC._init (eval at Te.n.call.document (runtime.js?devtools_ignore=true:1), <anonymous>:2:1321389) at t (eval at Te.n.call.document (runtime.js?devtools_ignore=true:1), <anonymous>:2:1321552) at KC._onReady (eval at Te.n.call.document (runtime.js?devtools_ignore=true:1), <anonymous>:2:1321584) at eval (eval at Te.n.call.document (runtime.js?devtools_ignore=true:1), <anonymous>:2:1819585) at new V (eval at Te.n.call.document (runtime.js?devtools_ignore=true:1), <anonymous>:2:48046) at HU (eval at Te.n.call.document (runtime.js?devtools_ignore=true:1), <anonymous>:2:1819562) at eval (eval at Te.n.call.document (runtime.js?devtools_ignore=true:1), <anonymous>:2:1821801) at Array.forEach (<anonymous>) at eval (eval at Te.n.call.document (runtime.js?devtools_ignore=true:1), <anonymous>:2:1821784)
2022-04-13