I have several iOS apps that are linearly organized information that allows the user to move forward and backward through data using on-screen controls. I would like to allow users with a keyboard dock or a paired Bluetooth keyboard to use the arrow keys to move forward and backward. Since applications are full-screen, it is very important for users that there is no risk of displaying an on-screen keyboard as a side effect.
I cannot find an API that will allow me to do this in the Apple documentation; but I cannot be sure that I used the correct search terms.
What APIs exist that will allow me to achieve this?
Update: I raised this as an improvement on the Apple bug report site .
ios bluetooth keyboard arrow-keys
Phil willoughby
source share