What does Desktop View / View Desktop Site actually do?

css, html, media-queries, mobile

Solution

I believe this option only change the user-agent.

Problem

Does anyone know how selecting the Desktop View option in a mobile browser affects CSS media queries and Javascript? I'm making a site which is meant to be for mobile users only. When I select "Desktop View" when using the stock Android browser, it breaks the site. I want to effectively ignore the desktop view setting. Thanks

Original source