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
After updating my Avalonia versions to 11.1.1 (from 11.0.13), screen rotations cause my Android app to crash. When debugging on emulator the error is:
System.NotSupportedException: 'Unable to activate instance of type Avalonia.Android.AvaloniaView from native handle 0x7fffc4d5fc38 (key_handle 0x82127b2).'
To Reproduce
I'm not sure exactly, as the demo/default app created with a new project rotates fine.
Expected behavior
Doesn't crash :). As mentioned this doesn't happen in 11.0.13.
Avalonia version
11.1.1
OS
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
After updating my Avalonia versions to 11.1.1 (from 11.0.13), screen rotations cause my Android app to crash. When debugging on emulator the error is:
System.NotSupportedException: 'Unable to activate instance of type Avalonia.Android.AvaloniaView from native handle 0x7fffc4d5fc38 (key_handle 0x82127b2).'
To Reproduce
I'm not sure exactly, as the demo/default app created with a new project rotates fine.
Expected behavior
Doesn't crash :). As mentioned this doesn't happen in 11.0.13.
Avalonia version
11.1.1
OS
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: