Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

the checkbox and radio with label cannot be checked by click on the label #154

Open
yeyicn opened this issue Sep 12, 2015 · 1 comment
Open

Comments

@yeyicn
Copy link

yeyicn commented Sep 12, 2015

HTML

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>TITLE</title>
<meta name="viewport" content="user-scalable=no, width=device-width, initial-scale=1, maximum-scale=1">

</head>

<body>
<input type="checkbox" name="" id="a"><label for="a">aaaaaa</label>
<script type="text/javascript" src="js/quo.standalone.js"></script>
</body>
</html>

OS: WIN7
Browser:Chrome 45.0.2454.85 m

The checkbox#a cannot be checked by click on the label when use android mobile browser,
but PC's browser is ok.

@hosembafer
Copy link

I have this problem too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants