What is the Difference between visual viewport and layout viewport for a mobile device like iPhone/iPad?
I have gone through a lot of online resources, but am still unclear about it.
|
What is the Difference between visual viewport and layout viewport for a mobile device like iPhone/iPad? I have gone through a lot of online resources, but am still unclear about it.
| |||
|
feedback
|
|
The visual viewport is the part of the page that’s currently shown on-screen. The layout viewport can be considerably wider than the visual viewport, and contains elements that appear and do not appear on the screen. For a great treatment of the issue, see: http://www.quirksmode.org/mobile/viewports2.html | |||||||||||||
feedback
|
|
A very good explanation of the two is found here. In summary: Visual viewport
Layout viewport
In short, the layout viewport is generally the width of the viewport when the screen is zoomed all the way out. | |||
|
feedback
|