mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Fixed issue with player not showing up on ipad
This commit is contained in:
@@ -465,7 +465,9 @@ function init(){
|
||||
}
|
||||
}
|
||||
|
||||
if(!Helper.mobilecheck()) set_title_width();
|
||||
if(!Helper.mobilecheck() && navigator.userAgent.match(/iPad/i) == null){
|
||||
set_title_width();
|
||||
}
|
||||
}
|
||||
|
||||
initializeCastApi = function() {
|
||||
|
||||
Reference in New Issue
Block a user