- 输入框在skyline模式下bindfocus事件失效?【Android】真机&开发者工具均可复现
设备:华为Mate 10 pro Android 10 开发者工具:Nightly 1.06.2404222 在android真机设备上,光标与占位符信息也没有对齐 代码片段 https://developers.weixin.qq.com/s/zsw1AImx77QQ
04-25 - 输入框在skyline模式下bindfocus事件失效【Android】真机&开发者工具均可复现
https://developers.weixin.qq.com/miniprogram/dev/component/input.html 华为Mate 10 pro Android 10 在android真机设备上,光标与占位符信息也没有对齐
04-25 - 输入框在skyline模式下bindfocus事件失效【Android&iOS】真机可复现
https://developers.weixin.qq.com/miniprogram/dev/component/input.html focusEvent(e) { this.setData({ focusValue: 1 }) }, focusEvent1(e) { this.setData({ focusValue: 2 }) }, blurEvent() { this.setData({ focusValue: -1 }) }, input输入框,绑定了bind:focus 和 bind:blur事件时,focus事件中设置的值会被blur覆盖 [图片]
04-23 - Nightly 1.06.2403282 报错
https://developers.weixin.qq.com/miniprogram/dev/devtools/nightly.html [] ENOENT: no such file or directory, open '/Applications/wechatwebdevtools.app/Contents/Resources/package.nw/js/common/miniprogram-builder/vendor/babel_runtime.js' Error: ENOENT: no such file or directory, open '/Applications/wechatwebdevtools.app/Contents/Resources/package.nw/js/common/miniprogram-builder/vendor/babel_runtime.js'(env: macOS,mp,1.06.2403282; lib: 3.3.5)
03-28 - nightly 1.06.2402282 无法启用预览
https://developers.weixin.qq.com/miniprogram/dev/devtools/nightly.html 1.06.2402282
03-01 - skyline渲染模式下input输入框占位符文字不消失问题
https://developers.weixin.qq.com/miniprogram/dev/component/input.html https://developers.weixin.qq.com/miniprogram/dev/devtools/nightly.html https://developers.weixin.qq.com/miniprogram/dev/api/base/app/app-event/wx.onError.html [图片]
01-04 - skyline渲染,css动画会导致报错
https://developers.weixin.qq.com/miniprogram/dev/framework/runtime/skyline/introduction.htmlhttps://developers.weixin.qq.com/miniprogram/dev/component/input.html 报错信息: 300TypeError: e.collectMarks is not a function at n (WAServiceMainContext.js?t=wechat&s=1703142102647&v=3.2.5:1) at o (WAServiceMainContext.js?t=wechat&s=1703142102647&v=3.2.5:1) at e.dispatch (WAServiceMainContext.js?t=wechat&s=1703142102647&v=3.2.5:1) at Function.dispatchEvent (WAServiceMainContext.js?t=wechat&s=1703142102647&v=3.2.5:1)(env: macOS,mp,1.06.2312182; lib: 3.2.5) (anonymous) @ VM722:1 TypeError: e.collectMarks is not a function at n (WAServiceMainContext.js?t=wechat&s=1703142102647&v=3.2.5:1) at o (WAServiceMainContext.js?t=wechat&s=1703142102647&v=3.2.5:1) at e.dispatch (WAServiceMainContext.js?t=wechat&s=1703142102647&v=3.2.5:1) at Function.dispatchEvent (WAServiceMainContext.js?t=wechat&s=1703142102647&v=3.2.5:1)(env: macOS,mp,1.06.2312182; lib: 3.2.5) (anonymous) @ VM722:1 代码片段: https://developers.weixin.qq.com/s/etMYxCmy7eNu
2023-12-21 - skyline 输入框占位文字不消失问题
[图片]
2023-12-20 - Android 5.1 微信 7.0.3.1400(0x2700033C) 底层报错
webviewScriptError Cannot read property 'setChanges' of undefined TypeError: Cannot read property 'setChanges' of undefined at Function.$ [as _startCb] (<anonymous>:1:1054597) at n (<anonymous>:1:1034791) at h (<anonymous>:1:1021931) at <anonymous>:1:1021036 at e.(anonymous function) (<anonymous>:1:94408) at Object.w (<anonymous>:1:1681) at Object.ret.subscribeHandler (<anonymous>:26:28) at <anonymous>:1:67
2020-01-14 - Android版的微信小程序底层bringToFront报错
手机系统:android 9 SDKVersion :2.9.5 wechatVersion:7.0.8.1540(0x27000834) webviewScriptError Cannot read property 'bringToFront' of undefined TypeError: Cannot read property 'bringToFront' of undefined at i.<anonymous> (<anonymous>:1:1192732) at <anonymous>:1:343462 at Object._ (<anonymous>:1:1441) at Object.ret.invokeCallbackHandler (<anonymous>:16:28) at <anonymous>:1:67
2020-01-10