Comment by jrajav

3 years ago

Most responsive design is based on screen dimensions with CSS media queries these days, not on the actual class of device.

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.