I need to run a function every time a key is pressed. This works fine for computers but on an iOS Device it doesn't seem to register. The html element is
<input id="word" type="text" value="" onkeyup="game.check_score()"/>
Any ideas?
I need to run a function every time a key is pressed. This works fine for computers but on an iOS Device it doesn't seem to register. The html element is
<input id="word" type="text" value="" onkeyup="game.check_score()"/>
Any ideas?