[Rt-commit] rt branch, 4.2/ios-browser-app, created. rt-4.2.5-65-g7bd7b19
Alex Vandiver
alexmv at bestpractical.com
Mon Jun 30 22:20:27 EDT 2014
The branch, 4.2/ios-browser-app has been created
at 7bd7b195180c664a670f818a8daf7c45414ee7ea (commit)
- Log -----------------------------------------------------------------
commit 7bd7b195180c664a670f818a8daf7c45414ee7ea
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Tue Mar 8 16:12:49 2011 -0500
Hide browser chrome in webclipped RT on iOS devices
diff --git a/share/html/m/_elements/header b/share/html/m/_elements/header
index 949de3e..07ad960 100644
--- a/share/html/m/_elements/header
+++ b/share/html/m/_elements/header
@@ -60,6 +60,7 @@ $r->headers_out->{'Cache-control'} = 'no-cache';
% my ($jquery) = grep { /^jquery-\d+\./ } RT::Interface::Web->JSFiles;
<script src="<% RT->Config->Get('WebPath') %>/static/js/<% $jquery %>"></script>
<meta name="viewport" content="width=device-width height=device-height user-scalable=yes"/>
+<meta name="apple-mobile-web-app-capable" content="yes" /> <!-- hide browser chrome in webclipped RT -->
<& /Elements/Framekiller &>
</head>
<body>
-----------------------------------------------------------------------
More information about the rt-commit
mailing list