Behaviour on mobile devices: when click on the task without done button causes task done
Closed this issue · 2 comments
On mobile devices touch on the region of the done button (hidden because mobile has not hover state) causes the task done.
simplescreenrecorder-2023-03-20_13.57.27.mp4
The first touch inside the task row should not only focus it?
hey eduardo!
curiously enough, i also caught this on the chrome inspect during development and stressed for days on how to fix this.
ended up trying to restrict hover effects on mobile with a bunch of tailwind workarounds. then, I tested locally directly on my phone, and the issue didn't present itself whatsoever. i have an iPhone 8. do you mind testing on an actual mobile device?
if it does happen, do point it out to me because this is a major issue for mobile usability. we can go from there!
thank you!
Hey!
I got this wrong behaviour first in my tablet (an Android M10 multilaser) and used the chrome inspect tools only to record.
i will run the project locally and try to debug it in the tablet.