mheavers
mheavers

Reputation: 30188

jquery / javascript - listen for change in window orientation mode on mobile devices

I'm wondering if there's some sort of cross-device method of listening for orientation mode changes on mobile devices with jquery / javascript?

Upvotes: 0

Views: 5901

Answers (2)

Daveo
Daveo

Reputation: 19912

This question explains how to do it using plain javascript for iPhone and Android Detect rotation of Android phone in the browser with JavaScript

Upvotes: 1

fvu
fvu

Reputation: 32973

JQuerymobile has an orientationchange event, check out their website for more info and demo's.

Upvotes: 0

Related Questions