码迷,mamicode.com
首页 > 微信 > 详细

失去焦点布局在ios12-微信6.7.0版本以上不回滚的解决方案

时间:2019-04-29 17:21:18      阅读:154      评论:0      收藏:0      [点我收藏+]

标签:win   top   ios1   set   软键盘   sele   settime   nbsp   ||   

微信页面input获取焦点,布局上移,失去焦点布局在ios12-微信6.7.0版本以上不回滚的解决方案:

setTimeout(function(){
  let scrollHeight = document.documentElement.scrollTop || document.body.scrollTop || 0;
  window.scrollTo(0, Math.max(scrollHeight - 1, 0));
},100)

 问题会处在 input textarea select 系统默认弹出的软键盘都会有问题,

input textarea 在blur的时候加,select在change的时候加

失去焦点布局在ios12-微信6.7.0版本以上不回滚的解决方案

标签:win   top   ios1   set   软键盘   sele   settime   nbsp   ||   

原文地址:https://www.cnblogs.com/hjbky/p/10791465.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!