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
Modify the TopTabbedRenderer with the following lines
protectedoverridevoidDispose(booldisposing){// Avoid disposing on iOS 15 due to open issue on GitHub: https://github.com/xamarin/Xamarin.Forms/issues/14783if(UIDevice.CurrentDevice.CheckSystemVersion(15,0))return;[...]}
The text was updated successfully, but these errors were encountered:
Open issue: [Bug] [iOS] Freezing/App Crash during Navigation - new in iOS 15
Workaround:
TopTabbedRenderer
with the following linesThe text was updated successfully, but these errors were encountered: