JedWatson / react-tappable

Tappable component for React
http://jedwatson.github.io/react-tappable/
MIT License
863 stars 90 forks source link

Key events don't work on MacBook (Safari or Firefox) #77

Closed cgodkin closed 7 years ago

cgodkin commented 8 years ago

I'm sorry if this is a well-known shortcoming of Macs, but I can't find it mentioned in other issues so here goes.

I do not see keydown (or keyup) events on a MacBook Air in Safari or Firefox, even with the online demo at http://jedwatson.github.io/react-tappable/ . I do see key events in Chrome on the same machine, however. (The key events all work fine in Chrome, FF, or IE on Windows of course.)

I do see these events from the Javascript Key Event Tester at http://unixpapa.com/js/testkey.html in both browsers however.

Am I missing something or is this a known issue that I overlooked or bug?

dcousens commented 7 years ago

This library doesn't support key events? It is about tap/click events.