html - IE mobile only uses half of the screen -


so, when testing project on windows phone stumbled across problem have not seen yet, neither know how gets there nor how fix it.

image of problem here

so problem specify has use 100% of width , height. that, overflow hidden there never scroll bar.

now when @ page in portrait mode, not use 100% of screen @ all. (see image)

then when rotate mobile see landscape view, stays same size zoomed in. causes there scroll bar since page larger height of mobile. page still not full width of browser.

i can not reproduce problem in edge's emulator. neither have problem in other browser.

add head section

<meta name="viewport" content="width=device-width, initial-scale=1"> 

Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -