I created and attached a simple App that demonstrates the problem.
Problem
If I try to create a calendar, then use Navigation.pushAsync() to create a new page, which also has a calendar, upon returning to the first page (after Navigation.popAsync()), if I click anywhere on that first calendar, the app crashes.
Steps to reproduce:
- Run the app and make sure you're on the Calendar tab (the default in my sample app). You should the the first instance of the sfCalendar control.
- Click the "Push" button on the top left of the navigation bar. This will open push a new page onto the UI stack, with a second sfCalendar control.
- Click the back button to pop that 2nd page off the UI stack, and to reveal the 1st (original) sfCalendar.
- Click any date on that 1st calendar. The app will crash.
Attachment:
CalTestApp_b9675be0.zip