I am having issues with two-way data binding on a galaxy s6. On one page one control updates and another does not. On another page I cannot get the UI to update based on ViewModel changes. I am using xaml binding with Xamarin forms 2.0.0. Both pages work fine on iOS and the android player.
I went through some iterations of types and converters to try to get it to work. I started with "double?" which didn't even seem to trigger binding to the source. Then I changed to double which seems to respect two binding from break points in the viewmodel but the UI does not update (yes I am using INotifyPropertyChanged correctly). I have switched to complex types with converters. The converter is executed both in directions but the UI does not update.