How to set browser view as a desktop view by default in mobile using jquery

Hi,
we are create one website in sharepoint 2013 with responsive.
when ever we are opening in mobile and desktop it is loading with exact UI.
But, our client asking us to change the view from mobile view to desktop view in browser while the page is loading,
the behind reason is dropdown view, our client expecting the look and feel exactly like desktop in mobile.

Hi BrettoAbraham,
Answer is - Deactivate "Mobile Browser View" from site feature.
By default, "Mobile Browser View" is active to save data bandwidth in PS2013. When it is active, it renders "Site content" page assuming user just select list/library to perform operation.
If you want user to see site page first and then navigate, then please Deactivate "Mobile Browser View"
Hope this will help you
Please 'propose as answer' if it helped you, also 'vote helpful' if you like this reply.

Similar Messages

  • [OT: Windows] How to set Browser View Menu to Thumbnail?

    Viewing a folder of jpg's is much nicer if I browse using the;
    View Menu >>> Thumbnail mode
    Does anyone know how to make LabIEW's File Path Browser assume this mode programatically?
    Thank you,
    Ben
    Message Edited by Ben on 05-29-2008 11:11 AM
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction
    Attachments:
    Path_Control.PNG ‏275 KB
    Preview_Thmbnail_mode.PNG ‏80 KB
    Set_Thmbnail_mode.PNG ‏34 KB

    Thank you Andrey!
    I'll use your link to highlight that request as definate scope creep!
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • How to set the view HTML source in IE using Notepad to open?

    When I want to view the HTML source in IE, Java Web Start is launched instead of Notepad after I install the Java Web Start. How can I change the view source back to using Notepad?

    Sorry, a late reply: simply remove (or rename) the JWS Notepad shortcut from your desktop.
    It seems that this "lovely" little example application
    has taken over IE's "view source" feature by trying to
    launch itself in the place of notepad. It would be quite disappointing from the sandbox point-of-view if a JWS application would be able to make such changes without any warning...
    It's more like Windows cannot handle two applications with the same name. Just hold down the Windows key, hit R and type "notepad" in the Run dialog and you'll also get the JWS demo -- while typing "notepad.exe" still fires Windows Notepad.
    Even more strange: typing "notepad" in a MS-Dos box does not fire the JWS demo, even when you change the current directory to be your desktop, like c:\windows\desktop. However, typing "start notepad" in that specific directory does fire the demo...
    Even although in the Windows registry one finds HKEY_CURRENT_USER\Software\Microsoft\Internet Explorer\Default HTML Editor shows the full path to the Windows notepad.exe, it is simply not using that information. You can't blame that on JWS.
    So: simply removing or renaming the shortcut helps you out. Or, even better: put a shortcut named Notepad on your desktop and make it refer to your favorite editor -- c:\program files\accessories\worpad.exe if you don't have anything better -- this will make searching the source code in IE much easier...
    Arjan.

  • How to set the view privilege of a portlet?

    Dear all,
    I would like to ask how to set the view privilege of a portlet (which is located on the Intranet homepage) to only a group of users?
    As far as I know, I can create a tab with view privilege to address the about scenario. But is it possible to directly set the view privilege to the portlet ?
    thanks
    George (HK)
    Welcome to my photo albums at http://community.webshots.com/user/GeorgeLee80
    Message was edited by:
    georgelkh

    OK, you got me there George. I don't know where you can set view rights to an out of box portlet. So how about a different approach?
    1) Create a blank page with no nav bar or anything else
    2) Assign the group you want to see the notifications portlet view rights on the page
    3) Make sure the show as portlet check box is checked on the Optional tab in the page properties
    4) Add the notifications portlet to the page
    5) Ensure the portlet settings are how you desire in terms of what notifications to show and the region settings are how they should be in terms of border, headers, etc
    6) Edit the page where you want the notifications portlet to be shown and add the page portlet you just created instead of the notification portlet
    This should achieve what you seek without having to dig into out-of-box portlets.
    Rgds/Mark M.

  • How to set up an clasic TS-desktop with Windows 2012 (R2)?

    Hi,
    How to set up an clasic TS-desktop with Windows 2012 (R2)?
    Witch Roles and Features do I need, RD Session Host, RD Connection Broker, RD Licensing?
    /SaiTech

    Hi,
    Thank you for posting in Windows Server Forum.
    Based on your description provided, I can understand that you want to setup RDS server 2012 R2 and want information how to achieve that. If misunderstood then please correct.
    If yes, then there is different option related to setup. There are 2 option for configuring. 
    1. Role based or Feature based installation
    2. Remote Desktop services installation
    For normal RDS environment, you can use 2nd option and then perform Quick start Deployment where 3 roles can be installed RD Connection Broker, RD Session Host and RD Web access. After this you can also publish RemoteApp and can use. 
    You can refer following article for more information.
    a) Remote Desktop Services (RDS) Quick Start Deployment for RemoteApp, Windows
    Server 2012 Style
    b) Step by Step Windows 2012 R2 Remote Desktop Services – Part 1 
    Hope it helps!
    Thanks.
    Dharmesh Solanki
    TechNet Community Support

  • Set Weekly View as default in Record Working time

    Hi,
    Please let me know in ESS (Time Management) how can I set Weekly View as default instead of Daily view under Record Working time in EHP5?
    1> If Personalization could only be applied on JAVA Web Dynpro iVews, what can be done in case of WD4A?
    2> Can the view changes be done in Content Administration or the changes could only be done in "Component configuration/enhancement" to achieve the requirement? If it could only be done using "Component configuration/enhancement" can you please help me with the same.
    Thanks for your help!

    Hi,
    In R3, goto PM - PA - ESS - Service specific settings - Woring time - Record working time - Set up data entry profile - Select the data entry profile which is assigned to the employees in their CVR Parameters(ex.ess sf) - Maintain the PERIOD SETTING as 2 (which is the weekly view).
    Regards
    Priya

  • How to set cookie value in one page and retrieve in another page using setA

    How to set cookie value in one page and retrieve in another page using setActionListener?
    I have tried with following code srcpage.jspx->destpage.jspx
    srcpage.jspx
    <af:table value="#{bindings.DepartmentsView1.collectionModel}"
    var="emp" rows="#{bindings.EMPView1.rangeSize}"
    first="#{bindings.EMPView1.rangeStart}"
    emptyText="#{bindings.DepartmentsView1.viewable ? 'No rows yet.' : 'Access Denied.'}">
    <af:column sortProperty="EmployeeName" sortable="false"
    headerText="Cookie Testing">
    <af:commandLink text="#{emp.EmployeeName}" action="success">
    <af:setActionListener from="#{emp.EmployeeName}"
    to="#{cookie}"/>
    </af:commandLink>
    </af:column>
    </af:table>
    espage.jspx
    <af:outputText value="Test Cookie Value: #{cookie}"/>
    ,Here Test Cookie Value prints the following instead of its original String value
    {JSESSIONID=javax.servlet.http.Cookie@7da288, oracle.uix=javax.servlet.http.Cookie@399f62}
    I have passed employee name "Robert" to cookie in srcpage.jspx,but it prints "JSESSIONID....." instead of "Robert" in destpage.jspx
    Thanks in advance
    Kalee

    Hi,
    "cookie" is a reserved name. If you want to write to a session scope attribute called "cookie" then you have to call #{sessionScope.cookie}. If you want to use EL to set and read from cookies then you will have to use
    #{cookie.cookieName}
    Note that #{cookie} writes to and returns a map
    check this: http://www.informit.com/articles/article.aspx?p=30946&seqNum=7
    Frank

  • How to set the view, which has to be shown at runtime?

    Hi,
    in my application i have more than one view, but at runtime only one of these views has to be shown. I want to decide this via a parameter that I get from the url.
    How can i set the right view to be showing at runtime?
    I tried it with a StartView which fires the right Outbound Plug in his wdDoInit-Method. This is working fine, but the problem is, that the method OnPlugDefault() of ComponentInterfaceViewController isn't called already at this time. So in the Init-Method of the StartView I don't have the given URL Parameter, so I can't decide which Plug I want to fire. The method OnPlugDefault() is called only after the init-method of the StartView.
    Is there any other possibilty to set the view, which has to be shown, at runtime?
    Thanks and Best Regards
    Katharina

    Hi,
    One way is you can pass the parameter in the URL , read the parameter and then fire the outbound plug depending upon that.
    You can read the parameters as follows
    HttpServletRequest request =Task.getCurrentTask()
         .getWebContextAdapter()
         .getHttpServletRequest();
    String[] param1 = request.getParameterValues("<<PARAMETRNAME");
    if(param1.equals("VALUE"))
      fire outbound plug1;
    Regards, Anilkumar

  • How to set the View instance and view  attribute to lov field ?

    Hi
    I created lov and textfield programatically.
    I want to set the viewattribute and view instance to that items(lovbean, texfieldbean).
    How to set programatically?
    Thanks in Advance
    Awadesh

    Hi
    Thanks. Its working fine. But now i got some another issue.
    after setting, i put simple system.out.println(Pagecontext.getparameter("idoflov"));
    But it returns null value.
    why. Actully i want to pass this value (according to my requirement).
    The view instance and view attribute are setting correctly. But after that i checked means it returns null value .
    plz let me know.
    Thanks

  • How to enable Browser View option in Performance Scorecard

    Hello Experts,
    I am working on Hyperion Performance scorecard 11.1.1.1.0.I can navigate the scorecard from the workaspace.I am not getting any documentaion which can give me the crystal idea about the steps need to follow to create scorecards,measures,....
    In some documents it mentioned that Under Browser View pane there are some templates for maps,scorecards,Employees..but i can't see the "Browser Option" on the task pane...
    Can anyone have suggetion that how can i see this option or shall i need to enable it from somewhere?????
    I am very eager to create the scorecards...If anyone have some any idea plz share it......
    Thanks in advance,

    Hi
    I am also facing the same problem. In fact I have installed and configured HPS 11.1.1.3 without any problem,but I can't see the browser option view. Can anyone help solve this problem?
    Thanking you in advance
    Edited by: user10673449 on Oct 10, 2009 7:27 AM
    Edited by: user10673449 on Oct 10, 2009 7:28 AM

  • How to set input ready query to display mode as default when open workbook?

    Dear All,
    Hi, i have a question here about IP query.
    as my current situation, my workbook included one input ready query, therefore, when i open my workbook which default is Edit mode which mean all value can be edited.
    but, i want it to display mode when open workbook, and i already have a edit button, if i want to edit the value i will use Edit button, so, i wan it as display mode when i first open workbook.
    so, can anyone tell me how to set it as display mode when open workbook which included input ready query?
    Regards
    wenlong
    Thanks a million

    in Data Provide Specfici  commad
    Edit
    Dsiplay
    Filter command
    Assigen Query /Query view
    pls select Edit then save

  • Setting Monthly View as default for web viewing

    Does anyone know how to change the default of a published iCal on the web to montly view instead of day view?

    aquan sports,
    My Web Calendar is set for the "Month" Preference, and I tried publishing various calendars using Day/Week/Month views. They all opened up in Month on the Web Calendar.
    I then changed my Web Calendar "Preferences" to "Week" and then published the various calendars and they opened in the "Week" view. The individual preference is obviously kept in a cookie which is recorded on the viewing computer..
    It appears as if the only way the viewer can change the view is though the preferences. It did not matter which view I actually published.
    You will have to let your PC/Mac friends know that they have "individual" choices on how they wish to view the published calendar.
    ;~)

  • How to set pixels for smoothest -outline, in a design? I am using PhspCS5 TRIAL Grateful for help!

    First, I am not an advanced digital artist rather know (just)basic tools and am quite good with those over the years however, have a new Mac and better
    visibility for sure and have a TRIAL version of PSHP CS5 Extended; what I am asking is: how to set the pixels...to acheive the smoothest outline eg. I
    designs for greeting cards and now working on a Xmas tree, with gold stars, they look best outlined (vy-light=blk) but when I ZOOM IN I see the 'wavy lines
    of the pixels, that are set on 'square'.  I wish to know how to set the pixels* #1 and then as far as colours, when I pick a yellow (there are many!yellows !!)
    and use my Intuos pen, 'tap tap tap' on the designs (yellow of the star) it does NOT register ....(it did on my other computer and older CS4).  So going
    back, to my colour swatches, to ...remember just which yellow I picked...ha ha....can be: "not so fast!"  
    I will be buying this on Subscription at the end of the trial and my bet is that the colour picker/will work on the purchased version when I 'tap tap' to pick up the
    same colour II had chosen.  Wouldn't it be good to have a monitor of sorts that tells you, what colour(s)one has been using, when you NEED to know, to go
    on with the 'design' say after a break for tea etc.  ?????  (    :
    I save my designs when done JPEGs, and see now there is a JPEG 2000...I have no idea what that is all about.  I save (1)pdf and one jpeg.  Hope this sounds
    like what  one 'does' ...when one knows far more than I do.
    And lastly,  what program or tool, can one use to put a 'frame' (border) around a eg: 5 x 7 design (again, my goal is for my designs for Greeting Cards.  Is there
    another Adobe products I should have for that.  Free hand hasn't worked out so well, so far.
    I am in advance, so grateful to you - whomever you may be, for your help.  I am on my last 'hoorah' path now hoping for success soon....I am a senior of 71 yrs
    and so feel I need to really 'get going' and learn these basics to assure my chances of success, at least. Merci, Danke & Thank You ! CDW

    Please post in the Photoshop forum.
    http://forums.adobe.com/community/photoshop
    Bob

  • How to set item #2 in a JCombobox as selected default ?

    JCombobox always set item #1 as default.
    How to set item #2 or #3 or another # (except #1) as selected default ?

    hey,
    there is a method called setSelectedIndex(int index)
    pass the index which u want to get selected by default.
    Call this method after loading the data to the comboBox
    for ex cbo.setSelectedIndex(1);
    Hope this helps
    Nagaraj

  • How to set different view parameter programmatically in the same task flow

    Hello everyone,
    I have a view activity A that calls another view activity B with a link. In this link the action is set to a method (I use JSFUtils class: http://jdeveloper-adf.googlecode.com/svn/trunk/TGPrototype2/ViewController/src/com/tgslc/defaultManagement/utils/JSFUtils.java):
    public String goToB() {
    String paramToPass = "someParameterTakenInSomeWay";
    JSFUtils.setExpressionValue("#{pathToViewB_pageBPageDef.paramName}",paramToPass);
    return "openActivityB";
    where openActivityB is the control flow case to call B.
    In the B pageDef file I have set a parameter "paramName" without any value:
    <?xml version="1.0" encoding="UTF-8" ?>
    <pageDefinition xmlns="http://xmlns.oracle.com/adfm/uimodel"
    version="11.1.1.59.23" id="pageBPageDef">
    <parameters>
    <parameter id="paramName"
    value=""/>
    </parameters>
    <executables/>
    <bindings/>
    </pageDefinition>
    But at running time I have a oracle.jbo.expr.JIEvalException:
    JBO-25077: Name paramName not found in the specified object: pathToViewB_pageBPageDef.
    The question is: how can I set the parameter programmatically from the view activity A?
    Note that I use this method to set the parameter because in the real application I have many "view activity A" that will call B, but all of these have to set this parameter.
    I use JDeveloper 11.1.1.4.
    Thanks in advance,
    Baduel

    Hi,
    this is because PageDef B represents a binding container that is not active to the time you try to call it. The binding container becomes available when navigating to the page but not before. Instead:
    1. define a managed bean in pageFlowScope and expose a setter/getter method to hold the value to pass on
    2. Reference the managed bean in pageFlowScope from the attributebinding NDValue property using EL
    3. Set the managed bean value before navigating to view B
    Frank

Maybe you are looking for

  • Problem with security in Weblogic 8.1

    Hi, my name is Jesús Chávez Reyes and it is my first time in this forum. My problem is related with security in WL 8.1 because I am new in this matter. My problem is : I work in change completely the security of an enterprise application that is depl

  • Full Screen Question

    Hello, I want to load an SWF and goto full-screen at the same time-is this possible? Joseph

  • Notification pages runing from Local Jdeveloper

    Running notification page from the local Jdeveloper and clicking on the notification link, I get the below error: ========= oracle.apps.fnd.framework.OAException: oracle.jbo.SQLStmtException: JBO-27122: SQL error during statement preparation. Stateme

  • Workflow Dialog Issue

    Hi everybody, I have created a WF with 4 user decisions. One of the user decisions is Display PO which should call the transaction ME23N. I have created the method associated to the task as Synchronus and Dialog. And in Task, I made the task as gener

  • Link to Web

    Hi, tell me please is it possible and if yes - how to do it. The situation: I enter into field value, that should be link in the web (www.google.com) and then when I see report with this values I want to be active this link for immediate use. Is it p