-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Login page doesn't follow system theme...yet #61
Comments
It works well, but with some caveats. If you open the login screen with the dark theme active, the webview will be dark. If you switch from light to dark in the webview then the webview will not match that immediately. About creating a view that interacts with this, I don't think it's worth all the work for something superfluous like a dark theme, and I don't even know if it's possible to interact with Google's login system, my My guess is no, since I've never seen anyone do that. |
And also need to report that this is because of But the absence of this flag causes the webview to be completely closed. |
For me login screen appears white only once, after each app restart (manually force close...or system reboot). It's really weird that you can't reproduce this behaviour anymore. 🤔 |
Apart that (and the unsaved preferences issue), everything is good. I discovered which service was increasing battery consumption on my customized version of YouTube (com.google.chimera), and this version of MicroG replaced the one released by ReVanced 1 year ago. 👍 |
After the last failed attempt to fix this issue, I think that only way to achieve this is to build a custom view which interfaces with webview, rather than show the webview page directly.
The text was updated successfully, but these errors were encountered: