You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Under iOS 8.0.2 entries containing audio pages get stuck at the loading spinner since Safari fails to trigger the onload event on window. The problem does not occur if the page does not contain audio tags.
As a first workaround we'll hide the loading spinner after a timeout for iOS 8 browsers. As a more profound fix, one could consider creating audio tags dynamically (the way video tags are already handled now). This would require more browser testing though.