Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hey all - I'm developing an app that is going to be used via the access point on both a desktop and on a tablet. Is there any way to get the operating system of the user?
I know we have the OSUser() function which returns the user name. Are there any other functions to get the current OS or browser version or anything?
ClientPlatform() returns the browser type - ajax/IE
ClientPlatform() returns the browser type - ajax/IE
Take a look at the ClientPlatform() function.
-Rob
Perfect. Thanks!