We are using an SfScheduler in a Prism MAUI app. I have narrowed the View/ViewModel loading time down to the prescense of the SfScheduler.
If the Scheduler is not present i get no hang detection in iOS, if the Scheduler is there the app hangs for over 2500ms with the debugger connected and 1480ms when debugger not connected. I am not loading any data into into it, this is an input page!
How can I use the scheduler and have it appear quicker?