On the javascript page, I will issue a warning if the user presses the enter key with
if(evt.keyCode == 13){ alert("Return Key Pressed"); }
but the event does not fire when I press the return key on the iPad. How can I catch an event?
The iPad keyboard fires an event keypresswith a key code of 13 if you press return. It sounds like you have something else going in step.
keypress
Here's a quick jsfiddle to check: http://jsfiddle.net/359wG/
According to https://api.jquery.com/keypress/
, . , , , Shift, Esc, , . ., , . , , .
, . , , , Shift, Esc, , . .
, , . , , .
, IPad " ", .