Audio tag bug(?) on Android Chrome
问题 I'm making a simple counter, that has sound at the end. It works perfectly on desktop Chrome, but on Android's Chrome (ICS if that matters) it has a strange bug. Here is the code <!DOCTYPE html> <html lang="hu-HU"> <head> <meta charset=utf-8> <title>-</title> <script type="text/javascript" src="jquery.min.js"></script> <script type="text/javascript"> var snd; var buzzer; // refresh the counter, called every sec function refresh(time) { second = time % 60; $('#second').html(second < 10 ? '0' +