mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Update way of showing play button on android and iPhone
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user