fix icons

This commit is contained in:
Luke Pulverenti 2015-06-29 21:56:25 -04:00
parent 5317ec6951
commit cc0fd844c3
20 changed files with 92 additions and 54 deletions

View file

@ -175,7 +175,7 @@
elem = $(getNowPlayingBarHtml()).insertBefore('#footerNotifications')[0];
if ($.browser.safari && $.browser.mobile) {
if (($.browser.safari || !AppInfo.isNativeApp) && $.browser.mobile) {
// Not handled well here. The wrong elements receive events, bar doesn't update quickly enough, etc.
elem.classList.add('noMediaProgress');
}