Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Is there a way to get the OS of the client?

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?

1 Solution

Accepted Solutions
tresesco
MVP
MVP

ClientPlatform() returns the browser type - ajax/IE

View solution in original post

3 Replies
tresesco
MVP
MVP

ClientPlatform() returns the browser type - ajax/IE

rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

Take a look at the ClientPlatform() function.

-Rob

Not applicable
Author

Perfect.  Thanks!