-
Notifications
You must be signed in to change notification settings - Fork 30.6k
[google_maps_flutter_web] Widget not disappearing after route change #74676
Copy link
Copy link
Closed
flutter-team-archive/engine
#24001Labels
P0Critical issues such as a build break or regressionCritical issues such as a build break or regressiona: platform-viewsEmbedding Android/iOS views in Flutter appsEmbedding Android/iOS views in Flutter appsc: regressionIt was better in the past than it is nowIt was better in the past than it is nowc: 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 Webf: routesNavigator, Router, and related APIs.Navigator, Router, and related APIs.found in release: 1.25Found to occur in 1.25Found to occur in 1.25found in release: 1.26Found to occur in 1.26Found to occur in 1.26has reproducible stepsThe issue has been confirmed reproducible and is ready to work onThe issue has been confirmed reproducible and is ready to work onplatform-webWeb applications specificallyWeb applications specificallyr: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer version
Milestone
Description
Metadata
Metadata
Assignees
Labels
P0Critical issues such as a build break or regressionCritical issues such as a build break or regressiona: platform-viewsEmbedding Android/iOS views in Flutter appsEmbedding Android/iOS views in Flutter appsc: regressionIt was better in the past than it is nowIt was better in the past than it is nowc: 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 Webf: routesNavigator, Router, and related APIs.Navigator, Router, and related APIs.found in release: 1.25Found to occur in 1.25Found to occur in 1.25found in release: 1.26Found to occur in 1.26Found to occur in 1.26has reproducible stepsThe issue has been confirmed reproducible and is ready to work onThe issue has been confirmed reproducible and is ready to work onplatform-webWeb applications specificallyWeb applications specificallyr: fixedIssue is closed as already fixed in a newer versionIssue is closed as already fixed in a newer version
Type
Fields
Give feedbackNo fields configured for issues without a type.
Steps to Reproduce
Expected results:
The new page opens, and the GMap on the old page disappears with the old page.
Actual results:
The new page opens, and the GMap quickly reappears on top of the new page after it's done animating its appearance. It will not resize with the browser window anymore, but it will react to dragging etc.
Detailed information:
This does not happen on mobile webbrowsers, and also not on emulated mobile in Chrome after refreshing the page. If I emulate mobile in Chrome, refresh the page, and then quit emulating mobile without refreshing, it does also not occur. I didn't have this issue using flutter_google_maps, so I doubt it's a common iframe issue. This happens on the latest dev and master build (probably others too, can't test my full application there without major adaptations), and my Flutter doctor is all good.