iOS - Detect hardware keyboard
Is there a way to detect if a hardware keyboard is being used with an iPad?
I've got a keyboardToolbar that has necessary buttons on it, but that doesn't get displayed if a hardware keyboard is in use.
I could put the buttons on a window toolbar via setToolbar() on my window, but that seems to either get blanked or blank the keyboardToolbar, depending on which order I do it in, which causes problems when, for instance, the device is rotated.
1 Answer
-
Accepted Answer
I dont think that is even possible in a native app (http://stackoverflow.com/search?q=detect+hardware+keyboard+ios)