jonmdev

Results 85 comments of jonmdev

Thanks @ne0rrmatrix ! That was perfect. I did not understand that method. For posterity, links explaining the methods are here: https://learn.microsoft.com/en-us/dotnet/maui/ios/platform-specifics/page-safe-area-layout https://stackoverflow.com/questions/74724489/net-maui-ios-usesafearea-not-working-stacklayout-verticalstacklayout-and-grid https://learn.microsoft.com/en-us/xamarin/xamarin-forms/platform/ios/page-home-indicator So to summarize for iOS, to get...

Any possible update or timeline on implementation of any fix? You mentioned in the Discord this should be possible to add back in. Thanks for any thoughts.

It is not just Android. All playing from Resources doesn't work as posted here: https://github.com/CommunityToolkit/Maui/issues/1433 Microsoft/Team, any help?

Thank you for posting this. Laggy performance like this of complex layouts and VisualElement/View updates has been one of the most frustrating things in Maui. Almost every update seems to...

Thanks for the info. I will try to do that. But also as noted, @pictos, it is the only way to fix the bug here: https://github.com/CommunityToolkit/Maui/issues/1730 Without a way to...

That would be amazing @ne0rrmatrix! Thanks for any help. Otherwise I must recreate my own video player (which I already started work on but it is tedious). It seems unnecessary...

Hey @ne0rrmatrix , I managed to figure out a working method to construct the ExoPlayer as a TextureView in .NET. It is actually quite simple but a bit silly. One...

> This looks like a great idea. I fully support it and would like to help if you want to do it yourself. If you do not I would be...

This supposedly has those features and still works although I haven't tried it yet. https://github.com/NateRickard/Plugin.AudioRecorder I am not sure if Plugin.Maui.Audio is even being maintained at this point?

> This all makes sense and looks good to me! I'll add it to the agenda for our next standup to bring it to the group. > > I'm no...