chrisdavies / tiny-date-picker

A small, modern, dependency-free date picker
https://chrisdavies.github.io/tiny-date-picker/
415 stars 87 forks source link

Hover state stays after touch on iOS. #65

Closed gety9 closed 6 years ago

gety9 commented 6 years ago

When pressing next or previous arrows it stays "pressed" after touch. SCREENSHOT

Same behavior on our local site and your demo link.

chrisdavies commented 6 years ago

Interesting. It appears to be staying focused once pressed. The focus is supposed to return to the highlighted date in the calendar. I'll have a look at it this coming week.

chrisdavies commented 6 years ago

Well, haven't had much time lately to dig into things. I'm traveling next week. If you're interested in having a go at it yourself, it's likely to do with how focus is reset after each redraw.

chrisdavies commented 6 years ago

Well, this was a lot more of a pain than I expected, but should be fixed in 3.2.1. You need to be sure to get the latest css, too.