SuavePirate/Xamarin.Forms.Controls.FloatingActionButton

Xamarin Forms 3.0.1

Opened this issue · 2 comments

Is this compliant with latest Support Libraries and Xamarin 3.0? I'm getting XA errors, and I think it's related to this package.

For me it was working on iOS but not in Android.

I had the following error : java.lang.illegalstateexception you need to use a theme.appcompat theme

After some time and a lot of asking/searching, it appeared that it is caused because in the latest versions of Xamarin there is a notion called "context" you need to use in your renderer constructor !

PS : Currently using Xamarin Forms 3.1 and Android 27

      For me it was working on iOS but not in Android.

I had the following error : java.lang.illegalstateexception you need to use a theme.appcompat theme
After some time and a lot of asking/searching, it appeared that it is caused because in the latest versions of Xamarin there is a notion called "context" you need to use in your renderer constructor !
PS : Currently using Xamarin Forms 3.1 and Android 27

Could you share your solution for appcompat theme problem. I'm struggling with the same problem and can't fin a solution.