In the case of using
ForegroundScale="0.65"
. Could it be applied only on Android?
You can add two MauiIcon, then use a different icon per platform and set the foregroundScale="0.65"
for android platform
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I'm using .NET Maui and have an App icon that expands on Android (similar to this issue) but it looks OK on iOS.
Is there a defined size to generate the icon that works on Android and iOS?
In the case of using ForegroundScale="0.65"
. Could it be applied only on Android?
I am running Windows 11, VS 2022 Version 17.5.4 and Maui project with .NET 7
Thanks in advance.
In the case of using
ForegroundScale="0.65"
. Could it be applied only on Android?
You can add two MauiIcon, then use a different icon per platform and set the foregroundScale="0.65"
for android platform