How to detect a screen orientation change in Javascript
To detect a screen orientation change in Javascript you can use the following snippet. Sample Javascript some devices do not fire the orientationchange event, try the resize event instead. Sample…