
Keep iPad/iPhone iOS keyboard up between input fields
The iPad and iPhone has more than a few quirks web developers need to handle. One of them is being quite insistent on when to show and hide the on-screen keyboard. The default iPad behaviour, in all iOS versions, is to drop the keyboard between input fields, and to deny programmatically showing the keyboard on focus changes. It is only shown when the user taps an input field. While this is adequate for most situations, it can be really frustrating in cases of several fixed-width input fields in a row. ...