Merge pull request #7534 from oneturkmen/enable-mobile-web-app-capable-meta

added tag for supporting apps prior to Chrome M39
This commit is contained in:
Benjamin Neff 2017-08-15 00:47:39 +02:00
commit d6225daaf3
No known key found for this signature in database
GPG key ID: 971464C3F1A90194
2 changed files with 3 additions and 0 deletions

View file

@ -55,6 +55,7 @@ If so, please delete it since it will prevent the federation from working proper
* Improve responsive header in desktop version [#7509](https://github.com/diaspora/diaspora/pull/7509) * Improve responsive header in desktop version [#7509](https://github.com/diaspora/diaspora/pull/7509)
* Support cmd+enter to submit posts, comments and conversations [#7524](https://github.com/diaspora/diaspora/pull/7524) * Support cmd+enter to submit posts, comments and conversations [#7524](https://github.com/diaspora/diaspora/pull/7524)
* Add markdown editor for posts, comments and conversations on mobile [#7235](https://github.com/diaspora/diaspora/pull/7235) * Add markdown editor for posts, comments and conversations on mobile [#7235](https://github.com/diaspora/diaspora/pull/7235)
* Mark as "Mobile Web App Capable" on Android [#7534](https://github.com/diaspora/diaspora/pull/7534)
# 0.6.8.0 # 0.6.8.0

View file

@ -4,6 +4,8 @@
%meta{charset: "utf-8"}/ %meta{charset: "utf-8"}/
= content_for?(:meta_data) ? yield(:meta_data) : metas_tags = content_for?(:meta_data) ? yield(:meta_data) : metas_tags
%meta{content: "yes", name: "mobile-web-app-capable"}/
/ favicon / favicon
/ For Apple devices / For Apple devices
%link{rel: "apple-touch-icon", href: image_path("apple-touch-icon.png")} %link{rel: "apple-touch-icon", href: image_path("apple-touch-icon.png")}