XF-Material-Library
XF-Material-Library copied to clipboard
Binding of text property of button not working on iOS
Trying to use data binding for text property of material button and it doesn't works on iOS - text in button is empty.
It working if I hard code text in XAML
It works on Android (with binding)
It works with native Button (with binding)
Version: 1.5.8 Platform: Xamarin.Forms
same issue for me. Binding the Text property of a Button. Button Text is not updated when property is changed. Works on Android