You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
orientationchange.js
- Adds support for the orientationchange event in browsers that do not support it
- only returns 0, 90
invoke using the jquery bind method:
$(window).bind('orientationchange', someFunction)
About
Adds orientationchange support to browsers that don't have it.