Tony Lugg
Tony Lugg
Come on Microsoft, give us Bing Maps. Apple and Google provide their map products, and we used to have Bing Maps on the Windows side.
As a work around, add this to MainActivity: ``` // Ask for permission to send notifications (required by API 33+) if (ContextCompat.CheckSelfPermission(this, Manifest.Permission.PostNotifications) != Permission.Granted) { ActivityCompat.RequestPermissions(this, new[] { Manifest.Permission.PostNotifications...
Any fix yet? I paid to have SVG images drawn from scratch to mimic our PNG files used for app icon in Xamarin. The Android scaling/cropping is very disappointing.
@cdavidyoung Yes, I understand it works technically. But our users are used to the nice launch icons we have with our Xamarin app. I'm getting margin added around the icon...
I modified the viewBox of the foreground svg file to give it margin and now it looks pretty good in Android and iOS.
@pictos @cdavidyoung My background and foreground images are both 330 x 330 size. ViewBox was `0, 0, 330, 330`. I changed it to be approx. 33% bigger than the image,...
Just wondering if this has any attention. It is causing me a bit of grief.
It has been a year since I reported this issue. Any update on expected fix date?
Thanks for the update. We will avoid using CanDeactivate.