Matthew Leibowitz
Matthew Leibowitz
Observed when adding UI tests to https://github.com/dotnet/maui/pull/22298
@espenrl the padding fix was _just_ merged https://github.com/dotnet/maui/issues/22364
Duplicate of https://github.com/Eilon/MauiHybridWebView/issues/66
This is more likely an issue with the iOS SDK or the mlaunch tooling. Probably not directly IDE issues, but the people that fix deployment issues are the best. And...
Thanks for checking this. I added a note to try updating maui.
Looking at this some more, I see the following with each of the buttons: - no background => "use default OS background" - so for image buttons, the OS does...
Since ImageButton has no ripple so it feels wrong, I will make sure it gets a ripple if no background is set.
For normal Button, there is a RippleColor property, but for the ImageButton, it is all fake as an image button is not a thing supported by Android and we are...
This is not really a xplat feature, so we don't have an api for it. But, if you want you can add your own mapper for Android. And maybe even...