mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Trying to get iphone playbutton to work
This commit is contained in:
@@ -293,7 +293,7 @@ var Player = {
|
||||
player_ready = true;
|
||||
if(!window.MSStream)
|
||||
{
|
||||
if(Helper.mobilecheck()){
|
||||
if(Helper.mobilecheck() && !/iPad|iPhone|iPod/.test(navigator.userAgent)){
|
||||
$("#playpause").css("visibility", "hidden");
|
||||
$("#playpause").css("pointer-events", "none");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user