Todd Scharien
Todd Scharien
[On MAUI 7.0.86 - iOS] I've also experienced 1 & 2. In our app we've resorted to using a "go-to-bottom" button that moves your cursor and scrolls to the bottom...
@jonmdev I've had better luck using a StackLayout instead of VerticalStackLayout for most of my layout issues, so you may be interested in that as a workaround. (I know it's...
> In my case, I found a workaround that might be useful to someone else. I hid the checkboxes by overwriting the default maui style in Platforms/Windows/App.xaml. I specified the...
@mkernohanbc I don't know of any existing BC gov service that uses dark mode in production. That being said, I'm currently working on a mobile app for the social sector...
@brminnick thoughts? In my journey to try fix this in my project, most resources I've found are for .NET Framework, have a dependency on Windows' System.Drawing namespace, or juggling byte...
Planning to do a final test with https://github.com/CommunityToolkit/Maui/releases/tag/2.0.1-camera, I'll close this issue once we confirm.
We've tested the fix using a build from the [PR branch](https://github.com/CommunityToolkit/Maui/pull/2312) and it has been working well. We haven't tested using the official toolkit release because we aren't ready to...
My guess is that placing the CameraView across two rows (one fixed, one star) is doing this. Try placing the camera view in its own row, ideally the star row....
@nk-alex In that case, try wrapping the CameraView in a ContentView. Sounds weird, but doing this "fixed" (as a workaround) a CollectionView layout issue before. In my project I'm using...
@nk-alex My next thought is to try not placing the CameraView in any grid. EDIT: I wrote a lot before realizing I hadn't fully thought this through. I think margins...