Reputation: 10421
I can't even find people asking questions about this, which is baffling to me.
Does mobile Safari fire a Javascript event when the user enters fullscreen mode (iOS 6)? I am currently resizing my document onorientationchange
and need to do so in full screen mode as well, but can't find ANYTHING about this.
Upvotes: 2
Views: 1434
Reputation: 10421
Well, this might explain why no one is asking about it:
window.onresize
. Duh!
Upvotes: 1