What will happen to Mobile front-end development and mobile development

Source: Internet
Author: User

What will happen to Mobile front-end development and mobile development

1. Clicking an image, link, or even a blank box will produce a light blue transparent background, and the pc will be okay. How can this problem be solved?

Add a row of style body in css {-webkit-tap-highlight-color: rgba (0, 0, 0, 0 );}

The function is to remove the highlighted color, r, g, B, and transparency. It is only valid in the webkit core browser.

2. Disable the keyboard on the shot machine when you click input.

Fatal: add the readonly attribute of input. I have heard that style = "ime-mode: disable" is valid, but I didn't succeed. I don't know what the problem is. Some people say yes, but there must be a reason.

Paste it here and make remarks.

// Extension Ime-mode: Auto | Active | inactive | disabled Auto: default value. The ime status is not affected. Same as when the ime-mode attribute is not specified Active: default value. The ime status is not affected. Same as when the ime-mode attribute is not specified Inactive: specifies all characters that do not use ime. Activate a non-local language. You can still cancel ime activation. Disabled: Completely disable ime. For controls with focus (such as input boxes), you cannot activate ime.3. Sometimes we need to bring up a digital keyboard on the phone, just the input type = "tel.

 

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.