Browse Source

Merge pull request #235 from ente-io/improve-web-view-transitions

Use black background to improve navigation transitions to web views
Neeraj Gupta 3 years ago
parent
commit
cb4300c75d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/ui/web_page.dart

+ 1 - 1
lib/ui/web_page.dart

@@ -22,7 +22,7 @@ class _WebPageState extends State<WebPage> {
         title: Text(widget.title),
         actions: [_hasLoadedPage ? Container() : loadWidget],
       ),
-      backgroundColor: Colors.transparent,
+      backgroundColor: Colors.black,
       body: InAppWebView(
         initialUrlRequest: URLRequest(url: Uri.parse(widget.url)),
         initialOptions: InAppWebViewGroupOptions(