Instead of my user hitting the back button to pop the page the SfCalendar sits on, is there an event I can tie into to do this for them once they take action. (for example, selected a date or added an event to the calendar). When I attempt to programmatically pop the page from the navigation stack, it would result in an exception being thrown from the CalendarView.
at Syncfusion.UI.Xaml.Controls.Input.CalendarView.OnPointerExited(PointerRoutedEventArgs e)
Does anyone have any information if I am doing this incorrectly or if it can be done?
Also to add, it works fine and no exception is thrown in version 17.4.0.55. The problem arise in versions that are 18.0 plus