Skip to content

Instantly share code, notes, and snippets.

@eliasfeijo
Created August 20, 2022 22:17
Show Gist options
  • Save eliasfeijo/72bda576c1371eeb68b946f911dc32ca to your computer and use it in GitHub Desktop.
Save eliasfeijo/72bda576c1371eeb68b946f911dc32ca to your computer and use it in GitHub Desktop.
HTML responsive viewport meta (that behaves like a native app)
<meta
name="viewport"
content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, minimal-ui"
/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment