Skip to content

Instantly share code, notes, and snippets.

@oleksapro
Last active August 26, 2015 20:08
Show Gist options
  • Save oleksapro/2788f399dbb992f6c69c to your computer and use it in GitHub Desktop.
Save oleksapro/2788f399dbb992f6c69c to your computer and use it in GitHub Desktop.
js
// http://stackoverflow.com/questions/4917664/detect-viewport-orientation-if-orientation-is-portrait-display-alert-message-ad
if(window.innerHeight > window.innerWidth){
alert("Please use Landscape!");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment