bearfriend
bearfriend

Reputation: 10421

Is there a mobile Safari fullscreen Javascript event?

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

Answers (1)

bearfriend
bearfriend

Reputation: 10421

Well, this might explain why no one is asking about it:

window.onresize. Duh!

Upvotes: 1

Related Questions