NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: cwtart on July 19, 2013, 07:55:39 AM

Title: how to keep mobile session in desktop mode
Post by: cwtart 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
Title: Re: how to keep mobile session in desktop mode
Post by: Bruce 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
Title: Re: how to keep mobile session in desktop mode
Post by: cwtart on July 24, 2013, 05:39:21 AM
Site Mode is set to "Detect"

Chuck
Title: Re: how to keep mobile session in desktop mode
Post by: Bruce 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
Title: Re: how to keep mobile session in desktop mode
Post by: cwtart 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