Toying around with the WebKit browser in the new Kindle 3G, I noticed that window.screen.width
and window.screen.height
don't reflect the actual screen dimensions. The physical screen (or rather, paper) dimensions are 800 x 600. I get:
- 800 x 506 in landscape mode
- 600 x 706 in portrait mode
But interestingly, both Chrome and Safari (which are also WebKit) running on my desktop report the actual screen resolution.
According to MDC, these properties are not part of any specification, so there's probably no strict definition of what width/height should report. But, shouldn't it be expected that they reflect the actual screen dimensions?