You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the solution, I suggest you to change a WeekView.mGestureListener (onSingleTapConfirmed() method) field realization. But the tricky part here is that this field has private access and that is why you cannot access him directly.
I suggest you to fork library sources, change implementation, recompile and then use this jar or class;
Activity
alamkanak commentedon Dec 2, 2014
Currently this feature is not available. Thanks for suggesting the idea 👍
Will let you know when the feature is available.
rincyrose commentedon Dec 3, 2014
If you can make click event asap it will be very helpful for me to use this calendar in my app.
Thank you
dukerok commentedon Mar 29, 2016
basmasrour commentedon Mar 1, 2017
Where can I override onSingleTapConfirmed()? in which class?
And how to add HeaderViewClickListener?
dukerok commentedon Mar 1, 2017
As the solution, I suggest you to change a WeekView.mGestureListener (onSingleTapConfirmed() method) field realization. But the tricky part here is that this field has private access and that is why you cannot access him directly.
I suggest you to fork library sources, change implementation, recompile and then use this jar or class;