Simple-Calendar icon indicating copy to clipboard operation
Simple-Calendar copied to clipboard

Fix for: Clicking on a day in the monthly view and selecting the wrong day

Open KBenMessaoud opened this issue 8 months ago • 1 comments

By altering the childHeight value to be half of the child view's measured height in our layout method, we've halved the size of the clickable area in our calendar. This change has impacted how child views are arranged, particularly the layout() method that positions and sizes views within their container. Consequently, only clicks in the lower half of the calendar cells are recognized, even though the cells look visually unchanged.

All that's left to do is remove the red grid that helped us understand the problem.

image

KBenMessaoud avatar Nov 28 '23 13:11 KBenMessaoud

@KBenMessaoud SMT apps were sold. Fork is here https://github.com/FossifyOrg Please create PR there

inson1 avatar Jan 11 '24 20:01 inson1