Stop the IPhone / Safari from Minimzing a Page

Real quick one, but I thought this was crazy useful.

If you’re developing a web based app that might be used by IPhone users, there is a simple way to stop the IPhone from shrinking the page onload. Thanks to Mark W on The Stack Hath Runith Over there is a simple solution.

  <head runat="server">
     <title>I LOVE TITLES!</title>
     <meta name="viewport" content="width=420" />

That one beautiful metatag makes life worth living again… until the next Street Fighter movie comes out. Then life is back in the forfeit container. Here’s a link to more options:
BYEBYE