xamarin/urho

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

Opened this issue · 1 comments

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

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