I want to get the orientation of the device (ipad or iphone). We can get the user agent by using request.getHeader("useragent") in groovy code.
I need to get the orientation of the device i.e landscape or portrait mode in Groovy code. Can anyone help on this?