bitshftr
bitshftr
I'm also seeing this problem in XF 5.0.0.2291.
Noooo....don't remove POP3 support. I use POP3 for my work email on my personal phone, but only when I'm traveling. I don't want to use IMAP or sync all of...
` K-9 Mail doesn't support only receiving messages "that have come in since [you] left the office"` I'm not asking for K-9 to know what came in since I left...
> @carlosanpardo At what time do you call this line? `CrossMediaManager.Current.Speed = 1F;` When I called soon after `CrossMediaManager.Current.Init()` it tells me that the MediaSession hasn't been setup yet. I'd...
> The problem with the `UnhandledException` event not being raised has been fixed when using MonoVM (this means on iOS, Mac Catalyst and tvOS, as long as you're _not_ using...
@rolfbjarne , are you sure? Because I'm using .net 9 and MAUI 9.0.12 and I can't get my iOS project to fire AppDomain.CurrentDomain.UnhandledException at all (with a deliberately-caused exception in...
@rolfbjarne More info: I am setting a MarshalManagedException event handler at app startup time: ``` ObjCRuntime.Runtime.MarshalManagedException+=(sender, args) => { args.ExceptionMode=ObjCRuntime.MarshalManagedExceptionMode.UnwindNativeCode; }; ``` and I can see this event handler being...
Simulator: The only significant difference I see in my log vs. yours is that I have a ****System.Exception:** 'Hexception'** line right before the **UnhandledException** line. Device: My log is significantly...
@rolfbjarne Any idea why my device logs show that none of the event handlers are firing, except for FirstChanceException?
Heres's my setup (that generated the above logs): - iPad attached to my Windows machine via USB cable. - Build Configuration: Debug - Deploying the app to my device which...