SfCalendar.OnCalendarTapped calles several times

Hi,

I have assigned a method for SfCalendar OnCalendarTapped like this :

SfCalendar.OnCalendarTapped += SfCalendar_OnCalendarTapped;

private void SfCalendar_OnCalendarTapped(object sender, CalendarTappedEventArgs args)

{

    Application.Current.MainPage.Navigation.PushAsync(new SummaryDay());

}


The problem is that the method is executed 2 times... How can I get around this problem?

1 Reply

HM Hemalatha Marikumar Syncfusion Team March 24, 2016 01:16 PM UTC

Hi François,

Thanks for contacting Syncfusion Support.

The reported issue " OnTappedEvent called several times" has been fixed already. This fix will be available in our Volume 1 2016 release. Please visit our website periodically regarding our release.We will appreciate your patience until then.

Regards,
Hemalatha M.R

Loader.
Up arrow icon