Hi Thenish,
I recreated this issue on Android on both tablet and pixel 5, even the same project works fine on Windows and iOS (both iPhone and iPad). I also see the project works fine on Android if I use the latest stable package SkiaSharp.Extended.UI.Maui 2.0 or just remove it.
Apparently, that’s a bug in SkiaSharp.Extended.UI.Maui version 3.0.0-preview.7. I dug in a bit and I found it does have issues when saving a Skia bitmap to a png stream in some cases. It’s OK if save it as a Jpeg stream.
As a result, I added LayerOverlay.ImageFormat to the latest beta ThinkGeo.UI.Beta 14.2.0-beta006. Just add the following line to the code and the google background showed as expected. Please be aware though this is kind of a work around and the best solution SkiaSharp.Extended.UI.Maui fixed it on their side.
LayerOverlay.ImageFormat = GeoImageFormat.Jpeg;
And 2 quick updates here:
- Google replied and they don’t want to provide a premium account just for test.
- ThinkGeo Sales sent you an email regarding account, did you have a chance to read/reply?
Thanks,
Ben