Top "Viewport" questions

A viewport is a rectangular viewing region in computer graphics, or a term used for optical components.

Full webpage and disabled zoom viewport meta tag for all mobile browsers

I want my webpage to be full screen and disable zooming on all mobile devices. With the meta tag: <…

android iphone ipad viewport meta
HTML5 Boilerplate: Meta viewport and width=device-width

I'm building an adaptive/responsive website. Regarding this recent change to the HTML5BP: "mobile/iOS css revisions" I've started …

html viewport html5boilerplate
Find the exact height and width of the viewport in a cross-browser way (no Prototype/jQuery)

I'm trying to find the exact height and width of a browser's viewport, but I suspect that either Mozilla or …

javascript cross-browser viewport
What are the device-width css viewport sizes of the iPhone6 and iPhone 6 Plus

The iPhone 6 and iPhone 6 Plus were just announced. But as usual, phone specs never give the meta viewport device-width sizes …

ios css iphone responsive-design viewport
iPad layout scales up when rotating from portrait to landscape

I have a added to the "viewport" meta tag "width=device-width,initial-scale=1.0" and on an iPad the page loads up …

html ipad meta-tags viewport
jquery trigger function when element is in viewport

I'd like to trigger an event when jquery.localscroll reaches a certain point of the document, a div. Lets say …

jquery function triggers viewport
How can I force a site to scale to fix for mobile (Iphone android..)

When I load my site in an iphone it doesn't scale down. All I see is the top-left most couple …

android iphone mobile viewport
How to disable web page zooming/scaling on Android?

I have written a small web app to collect some data and store it in a central database. I'm walking …

android html scaling viewport
HTML5 Canvas camera/viewport - how to actually do it?

I'm sure this was solven 1000 times before: I got a canvas in the size of 960*560 and a room in the …

javascript html canvas html5-canvas viewport
Mobile Safari Viewport - Preventing Horizontal Scrolling?

I'm trying to configure a viewport for mobile Safari. Using the viewport meta tag, I am trying to ensure that …

mobile mobile-safari viewport