WebKit Viewport
Viewport tag to allow web content to work on both the iPhone and the iPad. The tag adjusts the viewport to the width to the device. Handy little webkit tag.
<meta name="viewport" content="width=device-width" />
Viewport tag to allow web content to work on both the iPhone and the iPad. The tag adjusts the viewport to the width to the device. Handy little webkit tag.
<meta name="viewport" content="width=device-width" />