diff --git a/video/video.html b/video/video.html
index a5e74165..28eb96d9 100644
--- a/video/video.html
+++ b/video/video.html
@@ -264,8 +264,8 @@
var start = document.querySelector("#start");
var once = false;
- start.addEventListener('touchstart', onTouch);
- start.addEventListener('mousedown', onTouch);
+ start.addEventListener('touchend', onTouch);
+ start.addEventListener('mouseup', onTouch);
function onTouch() {
if (once) {
return;