jquery - Detect when orientation change has ended -


is there way detect when user has finished changing orientation of mobile device, i'm using event detect when orientation changes, i'd detect when orientation change has ended. thanks

$( window ).on( "orientationchange", function( event ) { ... 

from orientationchange docs, emphasis mine

the orientationchange event fired when orientation of device changed.


Comments

Popular posts from this blog

php - Submit Form Data without Reloading page -

linux - Rails running on virtual machine in Windows -