javascript - Hide Ipad's keyboard, but still be able to enter into input field via custom keyboard -



javascript - Hide Ipad's keyboard, but still be able to enter into input field via custom keyboard -

i have input field user enters numbers using "keyboard" made css/html on page. so, not need ipad's keyboard pop up. of answers found around suggests defocus input field, blur()-ing it. still need come in input field, find caret position, replace,etc, still need focus() in input field. there way create ipad's keyboard hidden, , focus still on input field?

please consult link https://developer.apple.com/library/ios/documentation/uikit/reference/uitextfield_class/reference/uitextfield.html#//apple_ref/occ/instp/uitextfield/inputview , review input view property of uitextfield gives chance replace default keyboard own without dirty hacks simultaneously allowinf utilize entire default textfield functionality!

however might require stick 1 or more protocols custom kb has implement!

javascript jquery html ios css

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -