MarcAlx

Results 17 comments of MarcAlx

Sidenote, this also apply to `Button` with `ImageSource` set, where in this case I have no workaround for the image not being greyed...

Will try it soon thanks, does it work with button that have an ImageSource? The mapper I put in my message doesn't apply to the image inside the button.

@MauiUIui your solution seems to not work for me. To me the problem is that button enters in an `highlighted` state. This normal iOS behavior causes buttons to acquire an...

Hi, I'm also observing the same sky blue color, this color comes from the `SelectedTabColor` property. Sets it to "Transparent" to remove it.

Same experience here. After a fast research, can it be related to this line (side effect)? https://github.com/the49ltd/The49.Maui.BottomSheet/blob/e3401df656e40f38ec510fabf1cccb3d15098825/src/Platforms/iOS/BottomSheetViewController.cs#L78C48-L78C64

> Same experience here. > > After a fast research, can it be related to this line (side effect): https://github.com/the49ltd/The49.Maui.BottomSheet/blob/e3401df656e40f38ec510fabf1cccb3d15098825/src/Platforms/iOS/BottomSheetViewController.cs#L78C48-L78C64 After some test with the sample app, it seems not...

> > Hi MarcAlx, thanks for trying, unfortunately for the release version I am working on, its a requirement to follow the OS theme. I'm sad to say, but I...

> > > > Hi MarcAlx, thanks for trying, unfortunately for the release version I am working on, its a requirement to follow the OS theme. I'm sad to say,...

@borrmann your workaround is only partial to me. Mainly because you have to set explicitly `UserAppTheme` and not let the app react to system wide theme change. After some tests...