Tim Miller
Tim Miller
https://github.com/xamarin/xamarin-macios/issues/14621 You can set the scaling yourself by updating your info.plist and setting the UIDeviceFamily to 6, which sets Mac Catalyst to use the Desktop controls. Note that it could...
> This is a good solution, thank you. Some documentation around its use would be a good thing -- the effect on buttons is obvious, but I don't know what...
@pvoelker Because MAUI wasn't built with that UIDeviceFamily in mind, it was built with iOS/iPad OS. When you set that device type, the buttons match the buttons on MacOS. That's...
I think you're running an older workload / runtime build, that issue should be fixed https://github.com/dotnet/maui/issues/10194 - https://github.com/xamarin/xamarin-macios/pull/16278 - https://github.com/xamarin/xamarin-macios/pull/16277 Did you try updating to the newest release of net6...
> > (It also isn't a MAUI issue, but a Mac/iOS one) > > What I mean to say is that this is a problem on the side of the...
Are you sure this is a MAUI (The UI Framework) issue, or an issue with whatever device you're trying to target? Did you try doing this with a `dotnet new...
If you try the same thing from a straight net6.0-android app (Ex. `dotnet new android`, one without MAUI) does it do the same thing?
**THIS IS MY OPINION** MAUI is the base level of what platforms it offers, right? The kind of API your thinking about would only really make sense for Desktop only,...
> @HobDev no need, I think it's the same cause. > > @drasticactions it's a bit of a long shot, but I see Hot Reload, any idea how that ends...
This may be a XET issue and not a MAUI one. If you edit the colors directly (Say, changing the Color value of "White" to "Red") it should change, but...