Unable to click label under IOS due to compatibility

Source: Internet
Author: User

Today, I encountered a rare problem when I made a mobile page, that is, clicking the label cannot select the checkbox related to it. The following is the problem code:

<Li class = "list-item clearfix policy-toggle"> <label class = "setting-title"> New Message notification </label> <div class = "toggle-box"> <input id = "btn_setting_toggle" type = "checkbox"> <label class = "toggle-ui" for = "btn_setting_toggle"> </label> </div> </li>

In this case, the checkbox cannot be selected when you click label in any browser of ios4. Other systems or mobile phones can work normally.

Final Solution: Finally, I found the answer under the omnipotent stackoverflow: HTML <label> command doesn't work in Iphone browser, which is actually adding an empty click event. Modified code:

<Label class = "toggle-ui" for = "btn_setting_toggle" onclick = ""> </label> // Add an empty click Event

The biggest emotion is: you have already stepped on many predecessors, so there are still a lot to go!

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.