Skip to content

Instantly share code, notes, and snippets.

@sionjlewis
Last active August 29, 2015 14:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sionjlewis/97a0d4e254c0ce984eb5 to your computer and use it in GitHub Desktop.
Save sionjlewis/97a0d4e254c0ce984eb5 to your computer and use it in GitHub Desktop.
SharePoint On-Premises: The quickest way for all mobile devices and browsers add the following to the web applications web.config file.
<browserCaps>
<result type="System.Web.Mobile.MobileCapabilities, System.Web.Mobile, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
<filter>isMobileDevice=false</filter>
</browserCaps>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment