View Single Post
Old 04-05-2010, 01:33 AM   #15
Eric Lindsay
Junior Member
Eric Lindsay began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Apr 2010
Location: Tropical North Queensland
Device: iPad
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" />
Eric Lindsay is offline   Reply With Quote