I’m currently working on an intracompany web site which will be viewed on cell phones – at the moment, Palm Treos and iPhones. The Treo has a screen 360×360 so I’m putting all the page info into a 360×360 box. Works fine on the Treo, but when you log in to the site on an iphone, it shows up about 1/2in square on the screen. Is there any way I can, from the server side, make it show up full screen on an iPhone?
Share
In the
<head>section of your HTML document, add:That should make it appear the correct size on the iPhone!