Can i get the oriantation of a display?
i get the width/height of a window like this
var width
= $(window).width();
var height
= $(window).height();
but its always the same. When i turn the smartphone the width is the same and the height too
how can i get the oriantation or how can i fix this?