Add/fix settings for IOS touch devices and newer IOS to run in full screen with Guided Access. Edit README.

This commit is contained in:
2021-04-20 17:55:40 -04:00
parent 3f7a719024
commit f9a4849cd6
6 changed files with 40 additions and 3 deletions

View File

@@ -58,7 +58,10 @@
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"/>
<link rel="manifest" href="manifest.webmanifest">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-title" content="Sign-In/Sign-Out">
<link rel="apple-touch-icon" href="assets/touch-logo.png">
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>
<?php if (basename($_SERVER['PHP_SELF']) == 'signin_display.php'): ?>
<meta http-equiv="refresh" content="5; url=index.php" />