There is an App_Browsers directory by default in a SharePoint created web application structure (i.e. C:\inetpub\wwwroot\wss\VirtualDirectories\80) which is called compat.browser.
To disable mobile SharePoint views, just find the browsers you want to disable it for and set the value of this flag to “false”. Or do what I did and do a find and replace on:
<capability name="isMobileDevice" value="true" />
<capability name="isMobileDevice" value="false" />
Notes:
1. You may have to change this in multiple location in compat.browser to allow compatibility different phones and mobile devices.
2. The updates potentially changed compat.browser.
No comments:
Post a Comment