微信H5 ios移动端,键盘收起以后页面不缩回

这是个微信bug
1 $("input").on("blur",function(){
2     console.log("焦点1")
3     window.scroll(0,0);//失焦后强制让页面归位
4 });

 

posted on 2019-06-10 21:50  奔驰的码儿  阅读(208)  评论(0)    收藏  举报

导航