robinmanuelthiel / flexbutton

Flexible button control for Xamarin.Forms
MIT License
240 stars 34 forks source link

ForegroundColor not applied when loaded in Android #46

Closed Peppegio closed 6 years ago

Peppegio commented 6 years ago

Hi. I use a flexbuttton inside a contentview . In android device, when the page appears the button icon has its original color ignoring foreground setting. When I click the button the foreground works out. In iOS it's ok. I think the foreground is applied before the icon is loaded into button. If the foreground is set after some event or with a delay, the icon changes rightly its color. Any ideas?

robinmanuelthiel commented 6 years ago

I cannot reproduce it. Is that still happening in the latest version (>=0.8.0)?