QuoJS icon indicating copy to clipboard operation
QuoJS copied to clipboard

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

Open yeyicn opened this issue 10 years ago • 1 comments

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.

yeyicn avatar Sep 12 '15 15:09 yeyicn

I have this problem too.

hosembafer avatar Oct 14 '15 13:10 hosembafer