Configuring the viewport on iPhone and iPod Touch
By default, Mobile Safari assumes that the page is 980px wide and sizes the viewport accordingly. If your page is significantly smaller, you can use the viewport meta tag to configure the viewport dimensions. For example:
Detailed documentation is available at developer.apple.com. In portrait mode, the viewport is 320px wide; in landscape mode, it’s 480px wide.