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
The PluseIcon control seems to be working on .NET 8 ios17 and android34 mostly. The issue I'm having, and it could be user error, with I try to use a .png as a source or a font icon as source, the icon is not rendering, but the PulseIcon is. Am I doing something in correctly here?
The PluseIcon control seems to be working on .NET 8 ios17 and android34 mostly. The issue I'm having, and it could be user error, with I try to use a .png as a source or a font icon as source, the icon is not rendering, but the PulseIcon is. Am I doing something in correctly here?
<aloha:PulseIcon
Background="DarkOrchid"
HeightRequest="100"
Source="brand_short_white.png"
PulseColor="DarkOrchid"
WidthRequest="100"
IsPulsing="True"
BackgroundColor="DarkOrchid" />
The text was updated successfully, but these errors were encountered: