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
Post a Comment