MarcAlx

Results 17 comments of MarcAlx

@borrmann thanks for your reply. Unfortunately in my case setting, letting or re-applying (on resume) `App.Current.UserAppTheme` to AppTheme.Unspecified;` doesn't fix the theme bug. Observed on `iOS Simulator 17.4` and real...

@borrmann this remains a mystery to me. In my app there's no "unspecified background" everything is bound to a `toolkit:AppThemeResource` where `toolkit` is `xmlns:toolkit="http://schemas.microsoft.com/dotnet/2022/maui/toolkit"` so that it's always theme aware....

I experience this issue on Android 10 (real device) in my project. (not in all configuration, still figuring what's determining) To me it's mainly an issue with sizing, playing with...

Hi, if you can find a reproductible failure case, I would be happy to complete my [PR #122](https://github.com/the49ltd/The49.Maui.BottomSheet/pull/122).

@softlion I didn't publish a nuget package, check my PR it may help https://github.com/the49ltd/The49.Maui.BottomSheet/pull/122 I also comment in this issue : https://github.com/the49ltd/The49.Maui.BottomSheet/issues/94 In my project I include the project locally...

Some things you may check : - You are opening/closing the sheet from UI thread - Two sheets are not acting at the same time (opening / closing), they may...

> Create a file Platform/Android/Resources/values/styles.xml file in the github readme file. the handler will show up What you have to do is to follow this section of the README.md ```...