Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save sombriks/2b46af803c21374fe74d41231071d94c to your computer and use it in GitHub Desktop.
Save sombriks/2b46af803c21374fe74d41231071d94c to your computer and use it in GitHub Desktop.
<!-- needed by cordova and i-things -->
<meta http-equiv="Content-Security-Policy"
content="default-src * file: ws: wss: gap: 'unsafe-inline' 'unsafe-eval'; img-src * data: blob: http: https: file:">
<!-- better on mobile -->
<meta name="viewport"
content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width">
<!-- since cordova serves from file:// we shall help it on encoding isues -->
<meta charset="UTF-8">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment