SharePoint provides support for mobile devices by providing for List Views designated for mobile devices, automatic page redirect if the site is accessed by a mobile device, and the ability to render column data in a format suitable for mobile devices. By default Windows SharePoint Services ships with a “Mobility Redirect” feature that creates a default.aspx page in the /m folder of each site. Some users required access to the SharePoint site using the latest mobile device. You can ensure that those users access the site without having to use a custom mobile application by using the stsadm.exe command line tool.
       Stsadm –o activatefeature –name MobilityRedirect –URL <http://URL>The following devices can be used to access the mobile pages:
- Pocket Internet Explorer in Microsoft Windows Mobile for Pocket PC and Smartphone
- The Nocki WAP 2.0 browser (xHTML only)
- Motorola Mobile Information Browser 2.2 or later
- Operwave UP browser 6.2 or 7.0
To provide support for any new devices you should modify the WSS browser definition file at C:\inetpub\wwwroot\wss\VirutalDirectories\80\App_Browsers\compat.browser.
For additional information on mobile pages check out these resources:
Related Articles
No user responded in this post