AlohaKit.Controls icon indicating copy to clipboard operation
AlohaKit.Controls copied to clipboard

PulseIcon Source Issue

Open leijae opened this issue 3 months ago • 0 comments

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" />

leijae avatar Mar 25 '24 14:03 leijae