Is there a way to detect when users on iOS mobile Safari or Chrome use the "request desktop site" feature and send them the iPad version of my website? It seems that only the user-agent is different in that mode, making it impossible to detect. Any suggestions?
My website has three versions: desktop, tablet, and smartphone. The tablet version is essentially a static version of the dynamic desktop version, which heavily utilizes JavaScript (including parallax effects).