Enable running as mobile-web-app. Hides browser navigation bar when bookmarked to...
authorMichael Ang <mang@archive.org>
Fri, 14 May 2010 23:48:48 +0000 (23:48 +0000)
committerMichael Ang <mang@archive.org>
Fri, 14 May 2010 23:48:48 +0000 (23:48 +0000)
BookReaderIA/inc/BookReader.inc

index 936cf69..54c1ab7 100644 (file)
@@ -100,6 +100,7 @@ class BookReader
 <html>
 <head>
     <meta name="viewport" content="width=device-width, maximum-scale=1.0" />
+    <meta name="apple-mobile-web-app-capable" content="yes" />
     <title><? echo $title; ?></title>
 <!--[if lte IE 6]>
     <meta http-equiv="refresh" content="2; URL=/bookreader/browserunsupported.php?id=<? echo($id); ?>">