I'm wondering if it's possible to fake keydown and keyup events in javascript with for example a button? So when a button is clicked (or in my case tapped) it sends keycode 32 or whatever to the browser?
-
Sorry, for a non-jQuery version see: stackoverflow.com/a/12187302/451969Jared Farrish– Jared Farrish2014-08-04 21:54:25 +00:00Commented Aug 4, 2014 at 21:54
-
I've had to deal with that before and basically the answer is no; here is an explanation: stackoverflow.com/a/19883789/1907186Lucas Ross– Lucas Ross2014-08-04 21:55:07 +00:00Commented Aug 4, 2014 at 21:55
Add a comment
|