html5 - On the UC browser, the page I created has an input box. When I click on the input box, the title bar of the header falls down and shifts!
phpcn_u1582
phpcn_u1582 2017-06-05 11:13:47
0
1
834

On the UC browser, the page I created has an input box. When I click on the input box, the title bar of the header falls down and shifts!
Please give me the answer!!!

phpcn_u1582
phpcn_u1582

reply all(1)
淡淡烟草味

Can you attach a picture?

Try adding this meta? I don’t know if you are talking about the problem of the browser scaling web content

<head>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
</head>

It may be that the keyboard occupies the content of the web page. You can use js to dynamically modify the style, or change the position to relative positioning



Modification 3

Help you find the notes of a great god

http://blog.csdn.net/ly2983068126/article/details/49306427


Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!