Is it possible to detect a keypress, such as enter, on iOS? This can happen inside or outside of an edit box focus.
Printable View
Is it possible to detect a keypress, such as enter, on iOS? This can happen inside or outside of an edit box focus.
Probably not since the keyboard is only called up for text boxes. So any inputs are intercepted for typing text. But as a hack, you could code your own keyboard overlay. ;P