前端 - 移动端点击表单元素页面相对移动的问题?
PHP中文网
PHP中文网 2017-04-17 13:37:28
0
2
845

移动页面中的表单,当点击时:
首先 input获取光标 》 然后软键盘弹出 》 页面移动到表单input处。
像如下图这种情况,第一个input元素被点击时页面并没有移动,造成fixed元素把他遮盖...
像这种情况我该如何解决呢?

PHP中文网
PHP中文网

认证高级PHP讲师

reply all(2)
小葫芦

Follow this issue

黄舟

fixed will have this kind of bug
position: fixed bug solution

<p style="position: fixed;">
    <p style="position: absolute;"></p>
</p>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template