You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@vasani-arpit Such error occurs when your core Forms project is PCL, not shared project (like in ColorTestApp).
For now there are 2 solutions:
convert your core project to shared project (not recommended),
create proxy for ColorThief platform specific implementation using Xamarin Forms DependencyService.
Be aware that in the 2nd scenario IColorThief from ColorThief.Forms.dll is not IColorThief from ColorThief.Forms.Android.dll so you should avoid using components from these assemblies in your proxy interface.
I am getting this issue. Is this package is not implemented in Xamarin.Forms ? I think it is because readme.md says it.
The text was updated successfully, but these errors were encountered: