Jammer

Results 39 comments of Jammer

Can confirm this on AvaloniaUI too. It also seems setting Pushout to 0 doesn't stop the pushout effect.

Oh damn yes, GitHub ate the code. I know it works it's been in the codebase for 6 years! :) Yes the code is exactly `_container.RegisterType(new ContainerControlledLifetimeManager());`

Is there any ETA on this issue? Pretty much everything I do these days is in some way Mvvm or IoC. Would be good to have an idea of when...

Any news on this as I had to give up on this plugin ... shame.

Infragistics pulled the same trick with their Express DataGrid but they pulled the free version probably a decade ago. But in their defence, if I was producing a commercial tool...

I can confirm I've seen this issue too.

I don't think ogg is supported natively. https://www.reddit.com/r/iOSProgramming/comments/8cs20h/is_there_any_way_to_play_ogg_audio_files_in_ios/ https://stackoverflow.com/questions/10804046/playing-an-ogg-stream-in-ios https://www.wikihow.com/Open-OGG-Files-on-iPhone-or-iPad

@Goldstrike just tried this code snippet. Works on Android but not on iOS for me. Have you tested this on iOS? UPDATE: A full rebuild of iOS has actually fixed...

I'm running into this issue at the moment as well. @thisisthekap any indicators as to what's different about your custom implementation over CrossMediaManager?

@martijn00 Hope you're well. I've spent the day looking at this issue! I read through the Apple docs as linked above and have updated just this method: ``` public virtual...