mrxten/XamEffects

XamEffects does not work with Android with Xamarin Forms v4

highrobot opened this issue · 1 comments

I have updated my solution to Xamarin Forms v4.0.0.497661
My android test version is Android 6.0 - Api 23

The error is quite basic :

Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object.

Is there any chance that you'd support Fast Renderers in the near future or should I wrap all my xameffects controls in a contentview?

Maybe sometime I will have time for analyze how support fast renderers. But not today, sorry.
If you have too much unwrapped views under fast renderers, you can just disable them. I know, it's not a good solution, but I don't see another way right now