Skip to content

Instantly share code, notes, and snippets.

@directionforward
Created December 17, 2020 17:57
Show Gist options
  • Save directionforward/64af164fb95c01d96de91f1e59defe99 to your computer and use it in GitHub Desktop.
Save directionforward/64af164fb95c01d96de91f1e59defe99 to your computer and use it in GitHub Desktop.
First after orientation change
$(window).on('orientationchange', function() {
$(window).one('resize', function() {
//
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment