Pages

Wednesday, 10 July 2013

Disbale Mobile view in SharePoint-Run normal site view in mobile-not compact view

Find Compact.browser file is on the server in

C:\Inetpub\wwwroot\wss\VirtualDirectories\<Site>\App_Browsers

open with Notepad & Code to change (for each tag containing isMobileDevice):

<capability name=”isMobileDevice” value=”true” />

to

<capability name=”isMobileDevice” value=”false” />

No comments:

Post a Comment