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

apache - Cloudflare bug random 302 redirections -

java - Sql binding in Spring throws org.skife.jdbi.v2.exceptions.UnableToExecuteStatementException -