Closed mrxten closed 7 years ago
@mrxten Thank you for trying it. I will investigate about the issue. Please wait for a while.
I meant effect color does not work for ios, if there not command. Can you change it? :)
@mrxten Sorry, color not changing when there is not command is normal behavior. How about use void command ?
public Command VoidCommand{get;set;}
public ViewModel(){
VoidCommand = new Command( _ => {});
}
<Label ef:AddCommand.Command="{Binding VoidCommand}" ... />
@muak, but in Android works without command. You will not change it?
@mrxten Certainly. But I would rather fix not to change color when command is null on Android than iOS change.
But if I want change effect color by tap without command? This would be good. Anyway thanks for your library :)
I tried use EffectColor for BoxView and Grid and isnt work. How to solve problem? And yes, I called Init method in AppDelegate.