Skip to content

Instantly share code, notes, and snippets.

View Kikobeats's full-sized avatar
👋
say hi

Kiko Beats Kikobeats

👋
say hi
View GitHub Profile
<!-- Apple Full-Screen WebApp Options -->
<!-- Do NOT use width=device width because it will letterbox viewport. -->
<meta name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<!-- yes or not for fullscreen mode -->
<meta name="apple-mobile-web-app-capable" content="yes">
<!-- Only if full screen is activate. Can be "default, black or black-translucent -->
<meta name="apple-mobile-web-app-status-bar-style" content="black">