Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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?

like image 738
Peter Avatar asked Dec 11 '22 17:12

Peter


2 Answers

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..

like image 180
Greg Oks Avatar answered May 26 '23 12:05

Greg Oks


I had the same problem and what helped for me was to add the site to the Compatibility View in Internet Explorer.

like image 42
Henri Avatar answered May 26 '23 12:05

Henri