summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuel Mannehed <samuel@cendio.se>2018-08-14 16:40:45 +0200
committerSamuel Mannehed <samuel@cendio.se>2018-08-16 15:53:32 +0200
commitcc2fe2c26e01624a34eeaf3828151fe3354103d1 (patch)
treec523d89c26e76e7a072192e57e786c41e8e8fca2
parent0f207c808c967c727c390e773d8bb707635b2b89 (diff)
downloadnovnc-cc2fe2c26e01624a34eeaf3828151fe3354103d1.tar.gz
Remove iOS specific code from vnc_lite
vnc_lite.html doesn't have touch support anyway
-rw-r--r--vnc_lite.html10
1 files changed, 0 insertions, 10 deletions
diff --git a/vnc_lite.html b/vnc_lite.html
index 7b88400..0872454 100644
--- a/vnc_lite.html
+++ b/vnc_lite.html
@@ -42,16 +42,6 @@
<!-- Repeated last so that legacy handling will pick this -->
<link rel="icon" sizes="16x16" type="image/png" href="app/images/icons/novnc-16x16.png">
- <!-- Apple iOS Safari settings -->
- <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
- <meta name="apple-mobile-web-app-capable" content="yes" />
- <meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
- <!-- Home Screen Icons (favourites and bookmarks use the normal icons) -->
- <link rel="apple-touch-icon" sizes="60x60" type="image/png" href="app/images/icons/novnc-60x60.png">
- <link rel="apple-touch-icon" sizes="76x76" type="image/png" href="app/images/icons/novnc-76x76.png">
- <link rel="apple-touch-icon" sizes="120x120" type="image/png" href="app/images/icons/novnc-120x120.png">
- <link rel="apple-touch-icon" sizes="152x152" type="image/png" href="app/images/icons/novnc-152x152.png">
-
<!-- Stylesheets -->
<link rel="stylesheet" href="app/styles/lite.css">