Skip to content

Commit

Permalink
Added mobile-web-app-capable meta tag for Android Chrome (#2456)
Browse files Browse the repository at this point in the history
* Added mobile-web-app-capable meta tag for Android Chrome

* Added "mobile-web-app-capable" meta tag to the rest of the templates.
  • Loading branch information
brentmaxwell authored and Jermolene committed Jul 11, 2016
1 parent 59b62f6 commit 19e699d
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions core/templates/static.template.html.tid
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ type: text/vnd.tiddlywiki-html
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="mobile-web-app-capable" content="yes"/>
<meta name="format-detection" content="telephone=no">
<link id="faviconLink" rel="shortcut icon" href="favicon.ico">
<title>{{$:/core/wiki/title}}</title>
Expand Down
1 change: 1 addition & 0 deletions core/templates/static.tiddler.html.tid
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ title: $:/core/templates/static.tiddler.html
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="mobile-web-app-capable" content="yes"/>
<meta name="format-detection" content="telephone=no">
<link id="faviconLink" rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet" href="static.css">
Expand Down
1 change: 1 addition & 0 deletions core/templates/tiddlywiki5.html.tid
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ title: $:/core/templates/tiddlywiki5.html
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="mobile-web-app-capable" content="yes"/>
<meta name="format-detection" content="telephone=no" />
<meta name="copyright" content="{{$:/core/copyright.txt}}" />
<link id="faviconLink" rel="shortcut icon" href="favicon.ico">
Expand Down
1 change: 1 addition & 0 deletions plugins/tiddlywiki/blog/templates/html-page/page.tid
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ title: $:/plugins/tiddlywiki/blog/templates/html-page/page
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="mobile-web-app-capable" content="yes"/>
<meta name="format-detection" content="telephone=no">
<link id="faviconLink" rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet" href="static.css">
Expand Down
1 change: 1 addition & 0 deletions plugins/tiddlywiki/blog/templates/html-page/post.tid
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ title: $:/plugins/tiddlywiki/blog/templates/html-page/post
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="mobile-web-app-capable" content="yes"/>
<meta name="format-detection" content="telephone=no">
<link id="faviconLink" rel="shortcut icon" href="../favicon.ico">
<link rel="stylesheet" href="../static.css">
Expand Down

0 comments on commit 19e699d

Please sign in to comment.