Hacker News new | ask | show | jobs
by kosso 4467 days ago
Nice work.

Suggestion: Add the new iOS7.1 "minimal-ui" key to the viewport tag.

It makes the top bar a lot smaller and makes it fullscreen in landscape mode. Much nicer for an 'app-like' experience.

<meta name="viewport" content="width=device-width initial-scale=1.0 maximum-scale=1.0 user-scalable=yes, minimal-ui" />

1 comments

minimal-ui is a god-send. Without it, bottom-screen tab bars in web apps are effectively unusable.