Xamarin.Plugins
Xamarin.Plugins copied to clipboard
Xamarin.Forms IconButton, IconImage, .. only working if HeightRequest is set
Is it normal that the Icons only show up if you set the "HeightRequest" property?
For example: <iconize:IconImage HeightRequest="20" Icon="fa-plus-square" />
does work. But
<iconize:IconImage Icon="fa-plus-square" />
doesn't.
I am having the same issue. So the only way the icon will show if you set that or the IconSize. I need the icon to be responsive based on device. It can't be the same size for all platforms.