Is it normal that when the calendar is in month view you cannot click on a specific date to open that whole day display? I have seen a similar error reported some time ago and i am experiencing the same issue.
I can click on specific tasks that appear but they default to the date started display so for example a task last 3 days (1,2,3) i click on the task on day 3 and it opens on day 1 display.
Yes, this is correct. Clicking on a day will NOT then switch to that day view.
This likely depends on your implementation. When you click on a “task” you are actually clicking on a row “object”. If your row represents all three days, then THAT row simply opens in whatever view you have assigned. The row does not take in context of which day on the calendar it was opened from.
If you want EACH day to be treated differently when tapped on in the calendar, then you will need to adjust your table to include a single row for EACH day and have each separate row reflected on the corresponding day in the calendar.
1 Like