You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for reporting this issue. The crash you're experiencing with the SelectableWrapPanel inside a PopupPage is related to the Mopups library, as described in this issue.
To prevent the app from crashing, please add the following workaround code to your MauiProgram.cs file when the app is being created:
//Workaround for: https://github.com/LuckyDucko/Mopups/issues/97
#if IOSMopups.Platforms.iOS.PopupPageHandler.Mapper.AppendToMapping("FixingMopupCrash",(handler,view)=>{(viewasPage).Appearing+=(s,e)=>{vareventName="DescendantRemoved";vareventInfo=typeof(Element).GetEvent(eventName);vardescendantRemovedEvent=typeof(Element).GetField(eventName,BindingFlags.Static|BindingFlags.Instance|BindingFlags.Public|BindingFlags.NonPublic);if(descendantRemovedEvent.GetValue(view)is not DelegateeventDelegate){return;}foreach(vardineventDelegate.GetInvocationList()){eventInfo.RemoveEventHandler(view,d);}};});
#endif
report-2516795330540009999-dd74d284-83e8-4c4d-842b-04d37e509a1a.txt
Description
Steps to Reproduce
Expected Behavior
Actual Behavior
Basic Information
Screenshots
The text was updated successfully, but these errors were encountered: