Skip to content

Instantly share code, notes, and snippets.

@ducksoupdev
Created February 19, 2015 12:50
Show Gist options
  • Save ducksoupdev/e904c62fed56c3ce988a to your computer and use it in GitHub Desktop.
Save ducksoupdev/e904c62fed56c3ce988a to your computer and use it in GitHub Desktop.
Fire onorientationchange in Chrome
Run this in the console:
window.dispatchEvent(new Event('orientationchange'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment