I have a date field on a PHP website and I'm using jQuery Mobile for mobile site.

While browsing the site on a mobile browser, (eg firefox mobile on android), on clicking on the date text input, the calendar dialog comes up, but the soft keyboard also comes up on my android (Soft keypad comes up whenever one focuses on a input field) Is there a way, I can force hide the soft keyboard ? Is there a generic javascript based trick to force hide the soft keypad (that works on all mobile devices like iphone, android etc ?

I'm using the jQuery Mobile datepicker from here TIA

link|improve this question
Just found an answer to my question. (Guess I didn't search with the right keywords earlier :-|) Adding a jQuery blur event on focus solves the issue. Thanks to this post by Danny C – texens Nov 1 '11 at 20:04
2  
if you're still looking I would suggest dev.jtsage.com DateBox – Phill Pafford Nov 1 '11 at 20:11
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.