ricavir11

Results 2 issues of ricavir11

Hi, I'm using v1.0.5. I'm not able to filter contacts like you mention in README. `var contacts = await Plugin.ContactService.CrossContactService.Current.GetContactListAsync(x=>x.Emails.Count > 0);` IContactService does not include any parameter for GetContactList...

Icon is not displayed when a binding is applied with MVVM. ViewModel example : ``` private FontAwesomeSolidIcons _myIcon; public FontAwesomeSolidIcons MyIcon { get => _myIcon; set { _myIcon = value;...

Enhancement
Area-Core