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:
- $form. On("Focus","Input[name=qrcode]",function() {
- Document. Activeelement. Blur(); Mask default keyboard popup;
- });
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