Open yeyicn opened 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.
I have this problem too.
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.