HTML5 page, with JS prohibit pop-up phone keyboard

Source: Internet
Author: User

When the user clicks on input;

Will default to bring up the phone soft keyboard;

scene : text box to get focus, you need to prevent the phone pop-up input keyboard;

Solution 1:

Display the content with a p/div, and then put a hidden input;

(Possible scenario: When scanning QR codes or other operations, JS assigns hidden input values and displayed text;)

(Possible scenario: when the user clicks on the input box, adjust the custom date keypad or the digital input key; block the popup with the input keyboard)

This solution, because when the user clicks, because the click is a tag such as P, so it will not pop;

Solution 2:

    1. $form. On("Focus","Input[name=qrcode]",function() {
    2. Document. Activeelement. Blur(); Mask default keyboard popup;
    3. });

This code is the time to click, shielding the default keyboard outbound, iphone and Android phone test can be;

~~~

HTML5 page, with JS prohibit pop-up phone keyboard

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.