ultimategrandson
ultimategrandson
It seems to be the case that if the video files have no audio then concatenation will fail. Any one have a workaround on this? Thanks!
I'm having the same problem, updated from 8.0.7 to 8.0.21 and started getting SIGSEGVs. I downgraded back to 8.0.7 and that seems to have stopped the crashes. When I was...
I have found a potential workaround, if I put this code in my ViewController, it will disconnect the handlers when I don't need them anymore: `foreach (var element in MauiPage.GetVisualTreeDescendants().OfType())...
I did not know this. Do any of the standard maui controls need disconnecting? It would be nice if the handlers could indicate that they require cleanup, and then on...
> The problem is that we can't know when you want to disconnect the handler. > > For example, if you're moving a view from one layout to another layout...
This is also happening to me, recently updated to .NET 8.0, prior to this it was working. From what I could gather the "__mh_execute_header" needs to be in the Exported...
> Here is a workaround: > > ``` > > false > > ``` > > Note that it will increase the size of the build (see [xamarin/xamarin-macios@e308887](https://github.com/xamarin/xamarin-macios/commit/e3088879a619ba2af5d5d739d1d212243e810f24)). > >...
I have made some changes to make Mopups work with Maui Embedded. So far so good... The main change I made was to check if the PopupPage.Parent is null or...
Nope. It looks like if you use Maui Embedded anything relating to navigation, like pushing/popping views and events like Appearing/Disappearing either don't work properly or not at all. To fix...