I am attempting to allow my website at least slightly better mobile accessibility by using metatag viewport in order for the whole page to show up instead of the top right corner. I also want to allow the user functionality to enlarge at will.
I'm using this: <meta name="viewport" content="width=device-width; initial-scale=1.0">
but it isn't working (at least on iPhone safari, which is the only device I have to test on).
Is there more to this than just the viewport meta?
code is currently on this page:
http://www.refrakted.net
thanks

