ente/lib
Manav 3515498711 Use black background to improve navigation transitions to web views
By default, the web view uses a white background. This was causing an
ugly flash during the initial navigation to a page containing a web
view.

This was fixed by setting the web view's background to transparent in
https://github.com/ente-io/frame/pull/233/files.

That fixed the white flash. But when we use a transparent background,
it causesanother different sort of weirdness -- during the navigation,
the navigation bar remains visible, but the rest of the new screen
below remains transparent. So visually it looks as if only the
navigation bar is sliding in from the right.

The issue with fixing a color is that at some point, our web pages
will start having separate light/dark modes, and the background color
won't be fixed always. Currently though, we only have dark mode
pages. And also the app is only in dark mode, with a black
background. So using black as the background solves the navigation
weirdness, and also doesn't stray too much from the eventual color of
the rendered page.
2022-05-09 23:49:58 +05:30
..
core msupport for managing family 2022-04-21 01:44:44 +05:30
db Add support for archiving collection 2022-03-21 15:02:24 +05:30
events Configure push token on user sign in 2021-11-11 00:44:25 +05:30
l10n minor: move few strings to resources 2021-09-04 17:02:39 +05:30
models Update usage detail section for family plan 2022-04-21 09:52:58 +05:30
services rename 2022-05-08 11:43:43 +05:30
ui Use black background to improve navigation transitions to web views 2022-05-09 23:49:58 +05:30
utils rename 2022-05-08 11:43:43 +05:30
app.dart remove observer on dispose 2022-03-08 13:16:04 +05:30
main.dart do not kill current isolate 2022-03-10 17:28:37 +05:30