Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Overlay introduces safe area. #46

Open
louwe opened this issue Jul 26, 2023 · 2 comments
Open

Overlay introduces safe area. #46

louwe opened this issue Jul 26, 2023 · 2 comments

Comments

@louwe
Copy link

louwe commented Jul 26, 2023

Hi, I have a map view which ignores the top status bar safe area, but as soon as I put in the "dynamicOverlay" call, it removes the safe area and the map no longer extends to the top status bar. Is there a way to remove this behavior?

EDIT:
I figured out that I had to add another call to "ignoresSafeArea()". It's weird because now I have it in two places instead of one and the second "ignoresSafeArea()" call MUST also come after the "dynamicOverlay()" call otherwise it doesn't work. May want to add this note in the README files.

@gaetanzanella
Copy link
Collaborator

Hi @louwe! Thank you for the issue!

Would like you to contribute and modify the Readme based on your experience? It would be better 😎

@louwe
Copy link
Author

louwe commented Jul 27, 2023

Ah yes, I think I can do that once I can replicate this on a simpler sample project to demonstrate the issue better.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants