Open conde2 opened 3 years ago
Thanks for the issue. I can reproduce this behavior. The issue looks like we are checking breakpoints on the window rather than on the modal: https://github.com/ionic-team/ionic-framework/blob/master/core/src/utils/media.ts#L13-L21
@liamdebeasi is there any priority issues schema or roadmap that I can follow to see when this issue will be worked on?
The Ionic Core Project Board shows what we are working on right now (in progress, in review, merged, etc).
The milestones also give you an idea of which release a particular commit will be a part of: https://github.com/ionic-team/ionic-framework/milestones.
Thanks! Will follow it.
+1
Bug Report
Ionic version:
[ ] 4.x [x] 5.6.4
Current behavior: The grid sizing is relative to the screen size.
Expected behavior: The grid sizing be relative to the modal size.
Steps to reproduce: Use the code given to createa component, open a modal window with the given component, check in the console the calc is using 4 instead of 6.
Related code:
Other information:
Ionic info: