-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work lista: fidelityMatching the OEM platforms betterMatching the OEM platforms betterc: renderingUI glitches reported at the engine/skia or impeller rendering levelUI glitches reported at the engine/skia or impeller rendering levele: web_canvaskitCanvasKit (a.k.a. Skia-on-WebGL) rendering backend for WebCanvasKit (a.k.a. Skia-on-WebGL) rendering backend for Webengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.platform-webWeb applications specificallyWeb applications specificallyteam-webOwned by Web platform teamOwned by Web platform teamtriaged-webTriaged by Web platform teamTriaged by Web platform team
Description
When I expand a Flutter web app, it occasionally becomes slightly blurry. I'm able to reproduce this with just the Flutter Gallery demo app by expanding it a little: https://gallery.flutter.dev/#/
A few things I've noticed:
- This doesn't always happen when expanding the app (perhaps it's dependent on certain height / width ratios)
- This doesn't seem to happen when minimizing the app
- If I IFRAME the app, then this happens every time (see CSS for the IFRAME below)
iframe {
border: 0pt none;
height: 100%;
left: 0px;
position: relative;
top: 0px;
width: 100%;
}
Demo of expanding app and having it become blurry:
Screenshot of blurriness once expanded:
Screenshot of same widget once I've refreshed the page (no longer blurry):
XilaiZhang, Keetz, erickentry, Dinjooh, Juliotati and 51 more
Metadata
Metadata
Assignees
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work lista: fidelityMatching the OEM platforms betterMatching the OEM platforms betterc: renderingUI glitches reported at the engine/skia or impeller rendering levelUI glitches reported at the engine/skia or impeller rendering levele: web_canvaskitCanvasKit (a.k.a. Skia-on-WebGL) rendering backend for WebCanvasKit (a.k.a. Skia-on-WebGL) rendering backend for Webengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.platform-webWeb applications specificallyWeb applications specificallyteam-webOwned by Web platform teamOwned by Web platform teamtriaged-webTriaged by Web platform teamTriaged by Web platform team


