Welcome to the Xamarin.iOS feedback portal. We’re happy you’re here! If you have feedback on how to improve the Xamarin.iOS, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Hi,
The crash is reproducible on official Syncfusion Xamarin examples (Schedule project), v19.4.0.38. I manually upgraded SfSchedule NuGet up to the latest v19.4.0.42 and the issue still exists.
Steps to reproduce:
The Day, Week, and Work Week views are affected. I also attached the short screen recording with the steps above.
The stack trace is here:
Syncfusion.SfSchedule.iOS.DragAndDropController.SetScrollPosition (Syncfusion.SfSchedule.iOS.SFDayView dayView)
Syncfusion.SfSchedule.iOS.DragAndDropController.EnableAutoScroll ()
Syncfusion.SfSchedule.iOS.DragAndDropController.NavigateScrollTimer_Elapsed ()
Syncfusion.SfSchedule.iOS.DragAndDropController.b__26_1 (Foundation.NSTimer )
NSTimerActionDispatcher.Fire (Foundation.NSTimer timer)
(wrapper managed-to-native) UIKit.UIApplication.UIApplicationMain(int,string[],intptr,intptr)
UIApplication.Main (System.String[] args, System.IntPtr principal, System.IntPtr delegate)
UIApplication.Main (System.String[] args, System.String principalClassName, System.String delegateClassName)
Application.Main (System.String[] args)
It is possible to avoid the crash for iOS by disabling auto-scroll.
SfScheduleView.DragDropSettings.AllowScroll = false;