[GH-ISSUE #330] add mobile web app capable meta tags #284

Closed
opened 2026-02-25 21:34:39 +03:00 by kerem · 1 comment
Owner

Originally created by @Razvan0925 on GitHub (Mar 21, 2019).
Original GitHub issue: https://github.com/cypht-org/cypht/issues/330

Originally assigned to: @jasonmunro on GitHub.

🚀 Feature

Add mobile web app capable meta tags to be able to install the app on mobile and have the browser topbar disappear.
I think the following would be enough:

<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
Originally created by @Razvan0925 on GitHub (Mar 21, 2019). Original GitHub issue: https://github.com/cypht-org/cypht/issues/330 Originally assigned to: @jasonmunro on GitHub. ## 🚀 Feature Add mobile web app capable meta tags to be able to install the app on mobile and have the browser topbar disappear. I think the following would be enough: ``` <meta name="apple-mobile-web-app-capable" content="yes" /> <meta name="mobile-web-app-capable" content="yes" /> <meta name="apple-mobile-web-app-status-bar-style" content="black" /> ```
kerem 2026-02-25 21:34:39 +03:00
Author
Owner

@jasonmunro commented on GitHub (Mar 21, 2019):

Great idea! I have never heard of this before. Tested out on android and it works great. Changes added to the master branch. Thanks!

<!-- gh-comment-id:475311508 --> @jasonmunro commented on GitHub (Mar 21, 2019): Great idea! I have never heard of this before. Tested out on android and it works great. Changes added to the master branch. Thanks!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/cypht#284
No description provided.