Subj : Mobile Device Support
To   : All
From : WINSERVER SUPPORT
Date : Thu Jan 31 2019 07:12 pm

Date: Sat, 10 Nov 2012 11:40:07 -0400
From: WINSERVER SUPPORT
To: all
Subject: Mobile Device Support
Newsgroups: win.server.program
Message-ID: <[email protected]>
X-Mailer: Wildcat! Interactive Net Server v7.0.454.5
Lines: 42

Well,  I see something simple for people to try to get your web site
MOBILE ready. Its a start, but it works with the following meta header:

<meta name="viewport" content="width=device-width, initial-scale=1" />

This helps to begin the scaling correctly for all devices, including
desktop browsers. Its not perfect but at least the buttons and text
are bigger. Pages will be changes in in there to accomodate mobile
devices.

I did this in the several pages:

@IF BROWSER.PLATFORM = "iphone"@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
@ENDIF@

This will test for a iPhone browser.  What I need to know is what
browser.xxxxxxxx properties are available for the android devices
(i.e. google stuff).   You can test the browser on your device by
going to:

 http://beta.winserver.com/public/UserBrowserStatus.wct

and tell me what it says for your device web access to this page for
the following:

BROWSER.VERSION   =
BROWSER.NAME      =
BROWSER.PLATFORM  =

thanks



--
Hector, Engineering & Technical Support
Santronics Software, Inc.
http://www.santronics.com (sales)
http://www.winserver.com (support)
http://www.winserver.com/AupInfo (Online AUP Help)
Office: 305-248-3204
--- Platinum Xpress/Win/WINServer v3.1
* Origin: Prison Board BBS Mesquite Tx  //telnet.RDFIG.NET www. (1:124/5013)