ten1seven / what-input

A global utility for tracking the current input method (mouse/pointer, keyboard or touch).
https://ten1seven.github.io/what-input
MIT License
1.35k stars 89 forks source link

Interacting with button elements #43

Closed alexvb closed 7 years ago

alexvb commented 7 years ago

What Input currently doesn't update the input method when <button> elements are being interacted with. Since buttons are not only used to interact with a form, would you consider removing it from the list of 'blacklisted' elements?

ten1seven commented 7 years ago

(disregard my last comment if it came through)

ten1seven commented 7 years ago

Yes, this seems reasonable. Give me a day to check it out and get back to you with a new release.