Device-Bugs
Device-Bugs copied to clipboard
@media screen and (max-width: 320px)
trafficstars
Don't know if we can officially call this a bug but it is in my book......
iPod 3rd Generation running iOS5 in Safari loads styles for 320px screen size even when in 480px landscape mode.
In other words, @media screen and (max-width: 320px) will still serve styles to 480px landscape. Even though the orientation has changed the device width is still 320px which is extremely confusing to developers and designers