nicorac / bcr-gui

BCR-GUI is a companion app for the great BCR (Basic Call Recorder) Android application and other supported ROMs with embedded call recorders.
https://coolsoft.altervista.org
GNU General Public License v3.0
161 stars 9 forks source link

White screen #37

Closed Uj947nXmRqV2nRaWshKtHzTvckUUpD closed 8 months ago

Uj947nXmRqV2nRaWshKtHzTvckUUpD commented 9 months ago

thank you for this amazing app

just one nagging. when i open app there's a quick succession of screen colors : grey - white - then app opens in dark mode

nicorac commented 9 months ago

From what you describe it seems that you're seeing the light-mode splash screen, then the app initializes and switches to dark-mode.

Is your whole phone set to dark mode or only BCR-GUI app is? If the latter, then we're in the same boat: I also prefer the latter (light system, dark app), because I prefer the whole system to be light (some apps does not support dark mode at all...) and set only some apps in dark-mode...

If so, then there's actually nothing I can do to fix it: the splash screen is selected by Capacitor reading system prefs (light) and shown way before the app initializes (and switches to the "forced dark").

Uj947nXmRqV2nRaWshKtHzTvckUUpD commented 9 months ago

actually i have global dark theme at OS level. see recording below

https://github.com/nicorac/bcr-gui/assets/7840350/af9ed977-ac3a-40b1-b601-68bbfc9454b5

nicorac commented 8 months ago

Bug seems to be fixed in latest Capacitor releases, except for the light-system with dark-app configuration (mine 😔). Feel free to reopen this if you still have the bug.

Uj947nXmRqV2nRaWshKtHzTvckUUpD commented 8 months ago

still happens for me on 1.4 (dark os, dark app)

Uj947nXmRqV2nRaWshKtHzTvckUUpD commented 4 months ago

on 1.7.6 i don't have this issue anymore. i don't know when it has been fixed though