Chromium Code Reviews
DescriptionRemove the initial delay when first entering immersive fullscreen in a PWA.
On first launch, PWAs open a splash screen. If the PWA is set to open in
immersive fullscreen via the manifest property display: fullscreen, the
splash screen currently opens in standalone non-immersive mode before
the PWA transitions to immersive mode. At the point of transition, the
splash screen icon "jumps" as the view resizes.
This CL addresses this problem by transitioning immediately to immersive
fullscreen before loading the splash screen. Now the splash screen opens
directly into immersive fullscreen, removing any resizing.
BUG=720174
Review-Url: https://codereview.chromium.org/2869283002
Cr-Commit-Position: refs/heads/master@{#470746}
Committed: https://chromium.googlesource.com/chromium/src/+/d7631c332aae8ba4281325a4955e5a46e8b857f7
Patch Set 1 #
Messages
Total messages: 12 (8 generated)
|
|||||||||||||||||||