using version 14.4451.0.15
i'm bind all the data via a viewmodel and the control in the xaml (in xamarin forms on IOS)
I'm capturing the '
ScheduleCellTapped' in the code behind and have 2 issues.
1) if I have a time of the event set to 09:30-10:30 the 'ScheduleTappedEventArgs args' datetime never passed back 09:30 but instead passes back the datetime as 10:00.
This happens in every instance.
2)
args.selectedAppointment is always null in every instance. Looks like this has been raised a few time in the forums and looks like it's been broken for a while now and it always seems to be when binding the 'datasource' is done in the xaml.
any updates on this being fixed?
looks like its the latest version that is broken..
reverted from 14.4451.0.15 -> not working TO version 14.3.0.52
and it is working fine with exactly the same code and scenario..