There seems to be some confusion regarding the default orientation of the iPad.
While some believe it is portrait (which is how I typically use my iPad), others argue that it is actually landscape.
In my CSS, I have specific settings for targeting elements in portrait mode. Interestingly, I have not encountered any scaling issues with landscape mode, so I haven't felt the need to use the media query below.
@media all and (orientation:portrait) {
}
I've searched everywhere but can't seem to find a definitive answer on the device's default orientation. Does anyone know for sure?