-
Notifications
You must be signed in to change notification settings - Fork 272
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
onDateTap not triggered in current week view #332
Comments
ravilsimform
added a commit
to ravilsimform/flutter_calendar_view
that referenced
this issue
Mar 19, 2024
SimformSolutionsPvtLtd#332. - The size of the LiveTimeLine's painting area is now determined by the screen size that I've adjusted, and it has been replaced by LiveTimeIndicatorSettings.height.
ravilsimform
added a commit
to ravilsimform/flutter_calendar_view
that referenced
this issue
Mar 19, 2024
SimformSolutionsPvtLtd#332. - The size of the LiveTimeLine's painting area is now determined by the screen size that I've adjusted, and it has been replaced by LiveTimeIndicatorSettings.height.
7 tasks
Closing this issue as issue got fixed in #335. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This issue has occurred after updating to
1.1.0
.When tapping on a date/time in
WeekView
, theonDateTap
callback should be fired, but it is not if the week view shown is of the current week. If the calendar week is swiped to a previous week or future week, the callback works.onDateTap
is not trigged in this code example if in the current week. For example, today is March 12, and it will not work only if the calendar is showing the week of March 11-17.This may be related to #329
The text was updated successfully, but these errors were encountered: