I'm not able to get exact height/width of the window on orientation change. And it is working fine when I'm using resizing.
It is working fine in JQuery previous versions but it causing an issue on JQuery latest version.
Some condition: I don't want to use this with timeout
$(window).on('orientationchange', function(){
alert($(window).height());
});