简体   繁体   中英

Disable Smartphone OnScreen Keyboard on Form

I want to add a calendar-picker in my homepage (like http://www.javascriptkit.com/javatutors/createelementcheck2.shtml ). But everytime I click on the form with the calendar, ios and android-phones open the on-screen-keyboard.

Is there a way (html, php, js?) to disable the on-screen-keyboard on this specific form?

You can not disable on screen keyboard for all mobile devices

Solution

Don't use textbox for your date picker .. use a <div id="fakeTextBox"> </div> styled like a textbox using css ...

Thank would do the trick on all mobile device

Thanks

:)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM