Update way of showing play button on android and iPhone

This commit is contained in:
Kasper Rynning-Tønnesen
2017-02-15 16:45:47 +01:00
parent c76e765904
commit aa92447e4e
4 changed files with 14 additions and 12 deletions

View File

@@ -1231,15 +1231,15 @@ function searchTimeout(event) {
}
}
if(/iPad|iPhone|iPod/.test(navigator.userAgent)){
/*if(/iPad|iPhone|iPod/.test(navigator.userAgent)){
$(document).on('touchend', '.search_input', function(event) {
searchTimeout(event);
});
} else {
} else {*/
$(document).on('keyup', ".search_input", function(event) {
searchTimeout(event);
});
}
//}
$(document).on("click", ".chat-tab", function(){
$("#text-chat-input").focus();