CRM 2011 (rollup 12) shows the mobile view instead of the normal view in non IE browsers

dynamics-crm-2011

Solution

I had the same issue when I opened crm on firefox (on explorer and chrome it was ok), I assume you are using roll up 12 since only from this rollup you have other browsers besides internet explorer integration.

The issue with me was that for some reason, it opened the "default.aspx" page, which opened this url:

https://mydomain:444/m/default.aspx

When the correct address should be:

https://mydomain:444/main.aspx#

I'm also guessing that you have set up ADFS..

Problem

I recently went to do a demo of some a CRM solution I had been developing but when I tried displaying it on my MAC in firefox and chrome it comes up with the mobile interface. The instance will never be used on mobile devices so I want to disable this functionality for the whole site...How do I do this?

Original source