orientation
by Marc Chehab
JavaScript
window.addEventListener("orientationchange", function() {
// Announce the new orientation number
alert(window.orientation);
}, false);
by Marc Chehab
window.addEventListener("orientationchange", function() {
// Announce the new orientation number
alert(window.orientation);
}, false);