Disable mobile page redirection for SharePoint 2013
Posted
by Sahil Malik
on Win Smarts
See other posts from Win Smarts
or by Sahil Malik
Published on Tue, 22 Oct 2013 14:04:58 GMT
Indexed on
2013/10/22
22:00 UTC
Read the original article
Hit count: 231
sharepoint
SharePoint, WCF and Azure Trainings: more information |
SharePoint 2013 (foundation too), detects requests from mobile devices and automatically changes the uRL of the requested non mobile page to its mobile substitute. This logic is now built into SPRequestModule. The mobile view is pretty damned amazing. Even though the set of pages for mobile access is completely different, SharePoint has an entirely separate set of controls for the mobile pages. These are in the Microsoft.SharePoint.MobileControls namespace which inherit from Microsoft ASP.NET controls in the System.Web.UI.MobileControls namespace. These Mobile pages can even use mobile Web Part adapters to mimic the behavior of webparts on mobile webpart pages.
© Win Smarts or respective owner