Mark Barton
Mark Barton
Seems to be working fine on Xamarin Android and xf Material 1.7.4. Try rolling back
+1 Though you could make one relatively easily using an absolute layout. As shown here; https://stackoverflow.com/questions/54517874/how-to-make-a-floating-action-button-in-xamarin-forms
I've come across this issue too, however, the exception wasn't fatal if handled. Have you tested this in release mode?
Can you include a use case?
I've not been able to reproduce this, What emulator are you using?
Did the bug occur in 1.5.2? or is it just that it is not working in 1.5.2? That version of the library is over a year old
Because the MaterialtextField Background binding is looking for a colour, it could be an issue with string interpolation. One potential fix could be to use a binding on the Background...
@yasserjarouf CardBackgroundColor is not a property of MaterialButton
this is probably more a Xamarin Forms issue than XF-Material. However, Xamarin 4.6 (next version) is supposedly going to release with Long Press functionality for gesture recognizers. You could download...
seconded. However basic functionality can be derived from MaterialIconButton. I have my made own basic FAB so could do a pull request so others have access to it too. I...