Fixed issue with player not showing up on ipad

This commit is contained in:
Kasper Rynning-Tønnesen
2017-02-15 16:51:32 +01:00
parent aa92447e4e
commit 770753e1f8
4 changed files with 7 additions and 5 deletions

View File

@@ -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() {