I always get the wrong measurements of my webapp. It is 320x460 even though I'd expect it to be 320x548.
I'm using following metatags:
<meta name="viewport" content="initial-scale=1, user-scalable=0">
<meta name="apple-mobile-web-app-capable" content="yes">
So I'm not sure what I'm doing wrong.