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

Disable safe area in Maui iOS mopups #141

Open
jpmm94 opened this issue Oct 5, 2024 · 2 comments
Open

Disable safe area in Maui iOS mopups #141

jpmm94 opened this issue Oct 5, 2024 · 2 comments

Comments

@jpmm94
Copy link

jpmm94 commented Oct 5, 2024

I can't hide or change color of safe area maui iOS when I push a modal
image
the dark color is showed because i put BackgroundColor in the popup constructor but not full screen

@jpmm94
Copy link
Author

jpmm94 commented Oct 15, 2024

This is not mopups issue, I fixed it with
Behaviors.Add(new StatusBarBehavior { StatusBarColor = Colors.Transparent });

@jpmm94
Copy link
Author

jpmm94 commented Oct 15, 2024

Close it, please

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

1 participant