That was pretty standard for a while in web design - traditional “desktop” sites need a radically different layout when viewed from a smartphone, so from the dev side you’d check the size of the screen & redirect the user to the right subdomain for their device.
That was pretty standard for a while in web design - traditional “desktop” sites need a radically different layout when viewed from a smartphone, so from the dev side you’d check the size of the screen & redirect the user to the right subdomain for their device.
Nowadays it’s not really necessary.