Open MarcorOnline opened 7 years ago
I haven't worked with Xamarin.Forms for a while, but I know there are issues with XF compatibility and the Android Support 25.* packages. Will these changes have any unintended consequences?
there is an issue with Xamarin Forms where System.MissingMethodException:Method'Android.Support.Design.Widget.FloatingActionButton.SetRippleColor' not found after i updated Xamarin.Android.Support.Design support to latest version
I change the code like MarcorOnline and it no longer has problem with SetRippleColor
@keannan5390 Since XF 2.3.3.193 you can use the latest support packages if compiling with Android 7+. Without updates this plugin is not useable with the latest Xamarin.Forms if you update the support packages because of the SetRippleColor
issue. I'd be happy to add a review if that will help push this through to NuGet.
New nuget packages for Xamarin Forms 2.3.3.193 and support libraries. New signature for ripple color.