soyjavi / QuoJS

Micro #JavaScript Library for Mobile Devices
MIT License
2.07k stars 236 forks source link

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

Open yeyicn opened 9 years ago

yeyicn commented 9 years ago

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 commented 9 years ago

I have this problem too.