NetTalk Central

Author Topic: how to keep mobile session in desktop mode  (Read 2977 times)

cwtart

  • Full Member
  • ***
  • Posts: 130
    • View Profile
    • CommPay Software
    • Email
how to keep mobile session in desktop mode
« on: July 19, 2013, 07:55:39 AM »
NT 7.15

As an example, if I use this url: http://192.168.1.97:88/?_mobile_=0 using a mobile device (7" tablet) the login page will load in the desktop version but as soon as I login and the IndexPage loads it reverts back to the mobile version.

How do I keep the entire session in the desktop version when using a mobile device?

Chuck

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11244
    • View Profile
Re: how to keep mobile session in desktop mode
« Reply #1 on: July 24, 2013, 02:07:16 AM »
In your WebHandler procedure, Propreties / Actions, General tab.
What is "Set Site Mode to" set as?

cheers
Bruce

cwtart

  • Full Member
  • ***
  • Posts: 130
    • View Profile
    • CommPay Software
    • Email
Re: how to keep mobile session in desktop mode
« Reply #2 on: July 24, 2013, 05:39:21 AM »
Site Mode is set to "Detect"

Chuck

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11244
    • View Profile
Re: how to keep mobile session in desktop mode
« Reply #3 on: July 26, 2013, 01:10:00 AM »
I'm not able to duplicate here Chuck - do you get the same effect in one of the examples?
Also - do you have any hand-code in the WebHandler procedure? that could affect it I guess.

cheers
Bruce

cwtart

  • Full Member
  • ***
  • Posts: 130
    • View Profile
    • CommPay Software
    • Email
Re: how to keep mobile session in desktop mode
« Reply #4 on: July 28, 2013, 06:07:06 AM »
Bruce,

I have some code in the RenameFile embed in the WebHandler but that is all. I will see if I can duplicate the problem with one of the examples.

Chuck