Hacker News new | ask | show | jobs
by jrajav 1022 days ago
Most responsive design is based on screen dimensions with CSS media queries these days, not on the actual class of device.
2 comments

Although really they should be using a pointer media query. Lots of sites I see randomly turn into mobile versions on desktop as soon as you resize the window narrow.
Though I can see justifications for giving people a different UI depending on whether they use a touch screen or a mouse.