xamarin / urho

Code to integrate with the Urho3D engine
Other
462 stars 122 forks source link

App Crashes when I show UrhoSurface in IPhoneX and IPhone Plus but seems fine on other devices #389

Open JayGodiz opened 5 years ago

JayGodiz commented 5 years ago

Already added this:

UnhandledException += Application_UnhandledException; private void Application_UnhandledException(object sender, UnhandledExceptionEventArgs e) { e.Handled = true; }

When I click ok the app just freezes. Screen Shot 2019-09-11 at 2 53 38 PM

biapar commented 4 years ago

Which is your code? I've not error on iPhoneX.