how to hide keyboard in jquery mobile programmatically on focus()

Viewed 22567

I want to hide the keyboard on Focus(),but when $(".ui-input-text").focus(); it will automatically open the keyboard .

I just want to hide in particular screen ,I have test with document.activeElement.blur(); but it also did not focus() on input .

3 Answers
Related