Huaba93

Results 4 comments of Huaba93

@wcoder This bug still exists. On some Android tablets `CrossDeviceOrientation.Current.CurrentOrientation` is reversed. I guess this is because some tablets are in landscape mode by default. We could reproduce this with...

@wcoder I could also reproduce on a Samsung Galaxy Tab 4 `activity.Resources.Configuration.Orientation` returns `Landscape` `activity.WindowManager.DefaultDisplay.Rotation` returns `Rotation180` and is converted by your plugin to `DeviceOrientations.PortraitFlipped` but this is wrong `activity.WindowManager.DefaultDisplay`...

@mattleibow we have the same problem. In the last 30 days it caused about 1k crashes for 300 different users. It is also the most common reason for crashes on...

@mattleibow SKSurface.Create can return null on purpose. _Returns the new surface if it could be created and the configuration is supported, otherwise null._ Src: https://docs.microsoft.com/en-us/dotnet/api/skiasharp.sksurface.create?view=skiasharp-2.80.2#SkiaSharp_SKSurface_Create_SkiaSharp_GRContext_System_Boolean_SkiaSharp_SKImageInfo_System_Int32_ So this part could be...