VM2177:1 TypeError: Cannot set property 'top' of undefined at VM2193 WAService.js:2 at VM2193 WAService.js:2 at n (VM2191 asdebug.js:1) at e.exports.<anonymous> (VM2191 asdebug.js:1) at VM2191 asdebug.js:1 at Array.forEach (<anonymous>) at WebSocket._ws.onmessage (VM2191 asdebug.js:1) [图片] 一样的问题 我是通过hidden 动态显示隐藏的
新版canvas 的属性问题?<canvas wx:if="{{canvasshow}}" type="2d"id="Canvas"></canvas> VM86:1 TypeError: Cannot set property 'top' of undefined at VM92 WAService.js:2 at VM92 WAService.js:2 at n (VM90 asdebug.js:1) at e.exports.<anonymous> (VM90 asdebug.js:1) at VM90 asdebug.js:1 at Array.forEach (<anonymous>) at WebSocket._ws.onmessage (VM90 asdebug.js:1)
2020-05-31我开发HTML5自定义键盘也遇到相同的问题!会导致点击位置判断异常
微信打开网页键盘弹起后页面上滑,导致弹框里的按钮响应区域错位- 当前 Bug 的表现(可附上截图) 微信打开网页; 微信IOS 6.7.4 键盘弹起页面上滑,键盘收起页面不会回到原位置,导致弹框(css设置position为fixed会有问题,absolute不会有问题)后按钮响应区域错位。[图片] (如图:键盘收起,页面没有回到原来的位置) - 预期表现 点击区域正常响应 - 复现路径 1、打开网页:https://img.zai-art.com/web/app/demo/weixin.html 2、输入框光标聚焦,键盘弹出 3、收起键盘,点击 “弹框” 按钮 4、点击弹框中的 “点我” 按钮 (正常响应弹框会消失) - 提供一个最简复现 Demo 源代码 https://haodaking.github.io/demos/wechat/weixin.html 预览 https://img.zai-art.com/web/app/demo/weixin.html
2018-11-22