Skip to content

Commit 780a673

Browse files
committed
Add meta tag to allow full screen app on iOS
Fixes #933.
1 parent af71203 commit 780a673

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/browser/workbench-build.html

+1
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
<link rel="manifest" href="./manifest.json">
4141
<link rel="apple-touch-icon" href="./static-{{COMMIT}}/out/vs/server/src/media/code-server.png" />
4242
<link data-name="vs/workbench/workbench.web.api" rel="stylesheet" href="./static-{{COMMIT}}/out/vs/workbench/workbench.web.api.css">
43+
<meta name="apple-mobile-web-app-capable" content="yes">
4344

4445
<!-- Prefetch to avoid waterfall -->
4546
<link rel="prefetch" href="./static-{{COMMIT}}/node_modules/semver-umd/lib/semver-umd.js">

0 commit comments

Comments
 (0)