ScreenOrientation.onchange

This is an experimental technology
Check the Browser compatibility table carefully before using this in production.

The onchange property of the ScreenOrientation is an event handler fired whenever is the EventHandler called when the screen changes orientation.

Syntax

ScreenOrientation.addEventListener('change', function(e) { ... })
ScreenOrientation.onchange = function(e) { ... }

Specifications

Specification Status Comment
Screen Orientation API
The definition of 'onchange' in that specification.
Working Draft Initial definition.

Browser Compatibility

DesktopMobile
ChromeEdgeFirefoxInternet ExplorerOperaSafariAndroid webviewChrome for AndroidFirefox for AndroidOpera for AndroidSafari on iOSSamsung Internet
onchangeChrome Full support 38Edge Full support 79Firefox Full support 43IE No support NoOpera Full support 25Safari No support NoWebView Android Full support 38Chrome Android Full support 38Firefox Android Full support 43Opera Android Full support 25Safari iOS No support NoSamsung Internet Android Full support 3.0

Legend

Full support
Full support
No support
No support