views:

15

answers:

0

Hello, I'm working on a Iphone web page that would be good to have in fullscreen. The only means I found for this were setting the meta tags:

<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;" />
<meta name="apple-mobile-web-app-capable" content="yes" />

Anyway this works only for web apps added to the home screen, no luck with regular webpages on Mobile Safari. Are there any means to do this?