Julian Ewers-Peters

Results 22 comments of Julian Ewers-Peters

I've created a repository showcasing some of the MediaElement bugs, including this one: https://github.com/ewerspej/MediaCustomTransport

I also used the workaround with the playback speed, however, this is not ideal. I think this should still be fixed. We just switched to MediaElement in an existing Xamarin.Forms...

I've created a repository showcasing some of the MediaElement bugs, including this one: https://github.com/ewerspej/MediaCustomTransport

Could this be related to restoring nuget packages?

> The primary reason is iOS doesn't support drop-down menu from title bar by default. I look into the source code, no flyout menu implemented, so this feature is not...

@thatkidyousaw1 No, I am not aware of a working workaround. However, I have also not invested much time into finding one, because this needs to work out-of-the-box. It's clearly broken...

> Verified this on Visual Studio Enterprise 17.7.0 Preview 2.0. Repro on iOS 16.4 with below Project: https://github.com/ewerspej/maui-samples/ Yes, it should still be reproducible there. However, note that I've recently...

> I'm pretty sure this wasn't supported in XamForms either. There are workarounds which make use of a custom page renderer like this one [https://github.com/AmitManchanda/iOSSecondaryToolbarMenubar](https://github.com/AmitManchanda/iOSSecondaryToolbarMenubar) > I haven't seen a...

> @kofanov i definitely agree with all of the bugs present in Maui. it's been annoying that my UI breaks with just about any update to the framework. i really...

For this particular issue there is a (temporary) workaround in the [MAUI Fixes and Workarounds NuGet package](https://www.nuget.org/packages/PureWeen.Maui.FixesAndWorkarounds) provided by Shane Neuville from the MAUI team. It's not ideal, but at...