We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Can only navigate forwards in WorkWeekView

I am testing SfSchedule to see if it would be a good fit for my current project.
And I am really liking what I see so far, great work!

However, I am having an issue when I try to navigate back on the control using a swipe.
Navigation forwards (to the future) works fine. But when I swipe to go back nothing happens.

I am running it on iOS 10.3.1 in the simulator.

1 Reply

SP Subburaj Pandian Veluchamy Syncfusion Team August 3, 2017 09:18 AM UTC

Hi Anders, 
 
Thank you for your interest in Syncfusion products. 
 
We have already found and fixed the mentioned issue with Backward navigation of Schedule WorkWeekView in Xamarin Forms (iOS), issue occurs because of FirstDayOfWeek of Schedule is wrong in some of the Time Zone’s. This issue fix will be included in our upcoming Volume 3 main release which is expected to be available by this week August 2017. We appreciate your patience until then. 
 
Sample level fix: By setting the required FirstDayOfWeek to the Schedule in the sample, this issue can be resolved. 
 
[c#] 
Schedule.FirstDayOfWeek = 2; //Monday 
 
 
 
Please let us know, if you have any query. 
 
Regards.
Subburaj Pandian V 


Loader.
Up arrow icon