• 0

[iPhone] Make website take up full screen


Question

I created a website for my personal use (you can use it, too, if you like). The URL is http://www.intralookpush.com . Basically, it is a simple front-end to encrypt/decrypt strings of text using AES-256.

The problem is that it looks like the screenshot I have attached. I want it to zoom in and take up the full screen so everything isn't so small. My target is iPhone or iPod Touch (it'll work on any device, but as I said I wrote it for myself, so I'm not concerned about how it looks on anything other than iOS).

Thanks!! :)

post-162889-0-24422600-1334156785_thumb.

Edit: The site doesn't use SSL yet, but it will soon.

3 answers to this question

Recommended Posts

  • 0

You need to set the viewport meta tag:

https://developer.mo...ewport_meta_tag

Thanks :)

Also, use a good boilerplate for responsive mobile design - http://www.getskeleton.com/ - little effort requires on your part and you site will adapt to amny device sizes.

I'll check that out. (Y)
This topic is now closed to further replies.