Wojciech Stańczewski

Results 6 comments of Wojciech Stańczewski

I can confirm that using this plugin like that: `var result = await Device.InvokeOnMainThreadAsync(() => CrossFingerprint.Current.AuthenticateAsync(new("","")))` solves the issue :)

Using this plugin like that: `var result = await Device.InvokeOnMainThreadAsync(() => CrossFingerprint.Current.AuthenticateAsync(new("","")))` solves the issue :)

@rezamohamed I had the same problem in my Xamain.Forms Project. I managed to get it working by downgrading FFImageLoading nugets to the v2.4.6.929 versions.