diff --git a/Changelog.md b/Changelog.md index e11869d84..327e8bdd2 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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) * 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) +* Mark as "Mobile Web App Capable" on Android [#7534](https://github.com/diaspora/diaspora/pull/7534) # 0.6.8.0 diff --git a/app/views/application/_head.haml b/app/views/application/_head.haml index fcb5eba56..c8587e9d5 100644 --- a/app/views/application/_head.haml +++ b/app/views/application/_head.haml @@ -4,6 +4,8 @@ %meta{charset: "utf-8"}/ = content_for?(:meta_data) ? yield(:meta_data) : metas_tags +%meta{content: "yes", name: "mobile-web-app-capable"}/ + / favicon / For Apple devices %link{rel: "apple-touch-icon", href: image_path("apple-touch-icon.png")}