this post was submitted on 06 Aug 2023
10 points (85.7% liked)

Voyager

5431 readers
42 users here now

The official lemmy community for Voyager, an open source, mobile-first client for lemmy.

Download on App Store

Download on Play Store

Use as a Web App

Download on F-Droid

Rules

  1. Be nice.
  2. lemmy.world instance policy

Sponsor development! πŸ‘‡

Number of sponsors badge

πŸ’™

founded 1 year ago
MODERATORS
 

When I use the app as a Home Screen PWA I can’t see the title bar anymore. This is kindof annoying because it hides the clock. Anybody have any ideas on this? Is it seeing the devs can control?

you are viewing a single comment's thread
view the rest of the comments
[–] carobwagoner@lemmy.world 1 points 1 year ago* (last edited 1 year ago)

After some more testing, I discovered that just removing the meta tag apple-mobile-web-app-status-bar-style or setting its value to default, would make it pick the right color for status bar from the meta theme-color.

The meta theme-color is not needed in body, as it works just fine in the head (I was wrong about that part). However, I was going to create a pull request for this small change and decided to look for open related issues in github, and found that the owner is aware of the problem and the possible solutions (, but he refuses to do anything about it claiming that it's an apple bug (he's right, but read bellow) and because the status bar would take screen space, pushing modals to be lower by the size of the status bar and because it works on native app. (https://github.com/aeharding/voyager/issues/44)

I personally don't think it's a big deal to give up that top space for the benefit of the users not users the native app, and I also don't think we can expect a fix from Apple any time soon because the issue has been known for at least 8years according to this: https://developer.apple.com/forums/thread/9819