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

jpa - Passing entitymanager from reflection method -

frame rate - JAVA simple fps animation(how can i work with?) -