Custom iPad Output
For web pages, Apple suggest using the following meta tags to the head of your html. They should be harmless elsewhere, and would probably also work on an iPad, since it uses WebKit.
<meta name="viewport" content="width=device-width" />
<meta name="viewport" content="height=device-height" />
|