Add meta tag to allow full screen app on iOS

Fixes #933.
This commit is contained in:
Asher 2019-11-04 16:01:01 -06:00
parent af71203955
commit 780a673017
No known key found for this signature in database
GPG Key ID: D63C1EF81242354A
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@
<link rel="manifest" href="./manifest.json">
<link rel="apple-touch-icon" href="./static-{{COMMIT}}/out/vs/server/src/media/code-server.png" />
<link data-name="vs/workbench/workbench.web.api" rel="stylesheet" href="./static-{{COMMIT}}/out/vs/workbench/workbench.web.api.css">
<meta name="apple-mobile-web-app-capable" content="yes">
<!-- Prefetch to avoid waterfall -->
<link rel="prefetch" href="./static-{{COMMIT}}/node_modules/semver-umd/lib/semver-umd.js">