openfoodfacts / smooth-app

🤳🥫 The new Open Food Facts mobile application for Android and iOS, crafted with Flutter and Dart
https://world.openfoodfacts.org/open-food-facts-mobile-app?utm_source=off&utf_medium=web&utm_campaign=github-repo
Apache License 2.0
855 stars 283 forks source link

White on white status bar (regression) #5783

Closed g123k closed 2 weeks ago

g123k commented 2 weeks ago

Hi everyone!

I think we have another regression with Material 3: the color of the status bar. Here on Android with the light theme:

Image Image Image Image

monsieurtanuki commented 2 weeks ago

A solution would be not to try to expand our content or colors to the status bar, and let the system work the way it's supposed to work.

teolemon commented 2 weeks ago

iOS and Android actually have provisions for that, for a more immersive experience, and are actively encouraging apps to adopt it.

monsieurtanuki commented 2 weeks ago

Fun fact: none of the apps on my new smartphone have that "immersive feature", not even:

g123k commented 2 weeks ago

I'm sorry, but I need to prepare you for what's coming 😅 https://github.com/user-attachments/assets/c5073cfb-d4b5-48fd-b6f5-e889574efc1e

monsieurtanuki commented 2 weeks ago

@g123k Oh I'm not surprised 😉

teolemon commented 2 weeks ago

Google Maps, Gmail… on my phone all have up and down immersion, might be a vendor specific choice ?

monsieurtanuki commented 2 weeks ago

I guess I already uninstalled gmail months ago - their UX stinks. Regarding maps, fair enough, but they do have a large control over the screen background - like dark maps in dark mode.

Anyway, my initial point was to fix the issue quickly in a maintainable way, as always. Other solutions are possible but cost higher in maintenance, e.g. when upgrading to material 3.