javascript - How to hide keyboard when focus in input in i pad -


correct image how hide keyboard when focus in input in pad

if need pure javascript solution, use line :

document.activeelement.blur(); 

this line removes focus on active element , hiding keyboard.


Comments

Popular posts from this blog

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -