-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
flutter/engine
#37738Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listc: new featureNothing broken; request for a new capabilityNothing broken; request for a new capabilityengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.platform-webWeb applications specificallyWeb applications specifically
Description
As part of #32329, currently certain metrics of the window object are hardcoded to look at the actual window object.
This is no longer true, once that the app is embedded in a custom element.
Ensure that the following metrics and events are correctly handled:
- Physical size
- Safe zone / padding
- Resize events
- ??? others?
Default behavior
If the hostElement is not passed, everything should behave as it does right now (taking measurements from the window object, etc...)
Docs
- See Cross-platform view information,
EngineFlutterWindowsection in the design doc
Metadata
Metadata
Assignees
Labels
P1High-priority issues at the top of the work listHigh-priority issues at the top of the work listc: new featureNothing broken; request for a new capabilityNothing broken; request for a new capabilityengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.platform-webWeb applications specificallyWeb applications specifically