Closed dannydb closed 9 years ago
You can't fullscreen on mobile anyway, so let's just not attach the event handler on mobile.
Can we just do something like:
if (hasOwnProperty(screenfull.raw, 'fullscreenchange') {
... bind ...
}
Nope.
iOS doesn’t like line 101 in app.js:
$(document).on(screenfull.raw.fullscreenchange, onFullscreenChange);
https://github.com/nprapps/bestsongs14/blob/master/www/js/app.js#L101