update nowplayingbar
This commit is contained in:
@@ -302,7 +302,7 @@
|
||||
document.body.insertAdjacentHTML('beforeend', getNowPlayingBarHtml());
|
||||
nowPlayingBarElement = document.querySelector('.nowPlayingBar');
|
||||
|
||||
if ((browserInfo.safari || !AppInfo.isNativeApp) && browserInfo.mobile) {
|
||||
if (browserInfo.safari && browserInfo.mobile) {
|
||||
// Not handled well here. The wrong elements receive events, bar doesn't update quickly enough, etc.
|
||||
nowPlayingBarElement.classList.add('noMediaProgress');
|
||||
}
|
||||
|
||||
@@ -190,7 +190,7 @@
|
||||
infos.push(getTheaterInfo);
|
||||
}
|
||||
|
||||
if (!AppInfo.enableAppLayouts && browserInfo.mobile) {
|
||||
if (!AppInfo.enableAppLayouts) {
|
||||
infos.push(getUpgradeMobileLayoutsInfo);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user