I’ve read this article about responsive web deisgn from Ethan Marcotte. It Seems to me that It doesn’t handle well my iPad and iPhone rotations. In other words when I turn my iPad or iPhone in landscape mode the code of the final example appear to detect a wrong viewport width (larger). Where I’m wrong?
Instead If I’m right does someone knows what I need to add to fix It?
That’s actually a bug with Mobile Safari’s handling of the meta viewport value of “width=device-width”. http://bit.ly/hNzScW
Thanks to the guys at filamentgroup and Ethan Marcotte for pointing that out.