What does “Request desktop site” mean on an iPad chrome browser and why does an ASP.NET website not work until this option is enabled?
If my site is loaded on iPad Chrome, the login does not work, instead it redirects to a strange URL.

If the user selects “Request desktop site”, then the login works fine. What can I add to my ASP.NET MVC site to change it so that the user does not have to click the “Request desktop site” option?
EDIT: Have just realized that the URL generated is because it is trying to use cookie-less forms authentication. It must be that iPad Chrome by default does not accept cookies?
Yes a lot of people have reported that Chrome on iOS does not seem to accept cookies. There are multiple ways to get around it, easiest is to force using of cookies in cookieless mode.