OK, both to start an actual discussion and to test Yahoo! Groups,
which seems to be buggy right now, here's a question to you.
We all know we should use media queries in order to make our layout
compatible to the many screen sizes out there. BUT: neither IE8 or
lower nor Symbian WebKit (the most-used browsers on the desktop and
mobile side, in other words) support them.
How are we going to solve this issue?
Make the default layout desktop-compatible and overrule it for mobile?
That helps IE users, but not Symbian WebKit users. Besides, I feel
that the mobile view (or at least, the simple view without any frills)
should be the default.
Or are we going to use a clever script? That's possible, I suppose
(reading out window.innerWidth gives you a good clue as to what's
going on)
Or something else entirely?
ppk