【webapp开发下input获取焦点时被弹出键盘挡住解决方法】千磨万击还坚劲,任尔东西南北风。这篇文章主要讲述webapp开发下input获取焦点时被弹出键盘挡住解决方法相关的知识,希望能为你提供帮助。
$(‘input‘).on(‘click‘, function () { var target = this; setTimeout(function(){ target.scrollIntoViewIfNeeded(); // target.scrollIntoView(); },200); });
scrollIntoViewIfNeeded仅在android,Safari Mobile下支持
scrollIntoView相对各浏览器支持较好
推荐阅读
- Android APP开发入门教程
- 音乐App前后
- Appium新手入门—— Appium Server安装
- Application Metrics With Spring Boot Actuator
- ROS gmapping
- C#操作MySql数据库帮助类(Dapper,T-Sql)
- 巧用事件分发机制,和我一起hold住android外围设备
- 使用create-react-app时的something is already running on port 3000
- (转)Android Studio解决unspecified on project app resolves to an APK archive which is not supported(示例代码