James Crutchley

Results 77 comments of James Crutchley

> > in toolkit:MediaPlayer ShouldShowPlaybackControls="True" blocks swipe gestures. Disabling playback controls remediates the issue. > > On which platform? Does that also happen on the platform without using .NET MAUI?...

> @ne0rrmatrix What I would be interested in is if this also happens on a Android project without .NET MAUI. I would assume it does. I can totally see how...

> @ne0rrmatrix make sure to open an issue for it because we won't be monitoring this PR after it's done. > > You can create a .NET 6 Android app...

> > @ne0rrmatrix make sure to open an issue for it because we won't be monitoring this PR after it's done. > > You can create a .NET 6 Android...

I am working on a sample app that I Should have out later today. It will demonstrate how to use swipe in a maui app with mvvm, using community toolkit....

> > https://github.com/ne0rrmatrix/SwipeGesturesSample.git > > The repro link seems not to be working, could you update it? Fixed link. https://github.com/ne0rrmatrix/MediaPlayerBugSwipeGestures for bug. This is sample of it working without media...

I have started a discussion in the community toolkit to talk about adding full screen for both windows and android to the toolkit. I have tested my code and added...

Here is a repo that has support for Page full screen. [https://github.com/ne0rrmatrix/MauiPageFullScreen](https://github.com/ne0rrmatrix/MauiPageFullScreen) Here is a link to Nuget package: [https://www.nuget.org/packages/FullScreenStatus.Maui/](https://www.nuget.org/packages/FullScreenStatus.Maui/) Supports Windows, IOS, and android. Can be used in shell,...

jonmdev setting that key to false with: ``` UIViewControllerBasedStatusBarAppearance ``` will work with my nuget package. If you can test setting to false it would be appreciated. I forgot to...

You can disable the safe area. Here is an example: [https://learn.microsoft.com/en-us/dotnet/maui/ios/platform-specifics/page-safe-area-layout](https://learn.microsoft.com/en-us/dotnet/maui/ios/platform-specifics/page-safe-area-layout)