how to open site in normal mode but not in mobile view

Hi All,

I have a SharePoint site with anonymous access and lockdown feature  activated, the site it is working fine as expected. when the same site is getting opened using mobile phone the site is asking credential as it is redirecting to "_layouts/mobile/mbllists.aspx" page.

Can some one please guide me here, how to open site in a normal mode but not in a m

August 18th, 2015 1:20am

Hi,

By default SharePoint 2013 detects if the site is being displayed in a mobile device and shows the content in a very simplified portal that remove most of the features.

There are few ways to can deactivate the mobile browser feature.

Deactivate SharePoint Mobile feature:
Open your site and go to Site Settings -> Manage site features
Locate Mobile Browser View and click Deactivate

Turn Off Mobile Browsing in SharePoint 2010 

Navigate to your site root under wss/VirtualDirectories and then your site port number then open the folder called App_Browsers and open compat.browser file using Notepad.

\\YourSP2010ServerName\c$\inetpub\wwwroot\wss\VirtualDirectories\80\App_Browsers\compat.browser

For Example : Look for iPhone Safari Browser comment or any other mobile devices you see fit and change the value from true to false. Especially for iPhone Safari Browser, iPod Safari Browser and Android Safari Browser.

<capability name="isMobileDevice" value="true" />
Change to:
<capability name="isMobileDevice" value="false" />

Hope this helps :)

Free Windows Admin Tool Kit Click here and download it now
August 18th, 2015 3:02am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics