-
Notifications
You must be signed in to change notification settings - Fork 121
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
Suggestions for the new MAUI Compass #573
Comments
Thanks @espenrl Which platform was this one? Are your MAUI workloads up to date? |
Tested on
The new Compass's code is self contained so I copied |
@espenrl Aaah I get it now - you're explicitly setting the background to white. When you do that in MAUI the entire control will be white as you see. That's sort of expected. I don't believe we can override that behavior and only apply it to a child element in MAUI. |
I logged dotnet/maui#22802 in the hope that we can improve this |
It's funny I've been through the same thoughts and discussion. In the end I personally think it's good that Would it be an idea for the Compass control to have a Fill property? Akin to |
Fill would be my preferred property. I can see your argument, but my main issue with having Background fill the entire control is that it goes against how all the other frameworks handle it for templated controls. Imagine something as simple as a border with rounded corners... you wouldn't want the background to stick out outside those round corners. |
Compass isn't initially hidden on startup when pointing north. I found that initializing |
Hi, I've tested the new Compass implementation in #570 and I want to give some feedback.
AutoHide
seems to work as it should, but the compass isn't initially hidden when map is initialized (map pointing north)AutoHide
The text was updated successfully, but these errors were encountered: