platform-detection Questions

47

Solved

I'm looking for a function that returns a boolean value if the user is using a mobile browser or not. I know that I can use navigator.userAgent and write that function by using regex, but user-agen...

31

Solved

In a .NET 2.0 C# application I use the following code to detect the operating system platform: string os_platform = System.Environment.OSVersion.Platform.ToString(); This returns "Win32NT". The ...
Deceleron asked 3/12, 2008 at 9:32

2

Solved

Is there a way to detect the platform (Window / Linux) in which the website is running by Groovy / Grails?
Lili asked 14/1, 2011 at 8:35

5

I am seeking to run a common Java program in both Windows and Linux. The program needs to do some things differently on each platform. So how can / should my Java program detect it is runni...
Generous asked 11/1, 2013 at 23:13

1

Solved

I'd like to say that I have read and tried many variations of the instructions here: http://www.cloudfour.com/ipad-css/ Detect iPhone/iPad purely by css Detect Xoom browser (Android) http://www.w...
Stuccowork asked 7/11, 2011 at 14:40

6

Solved

I'm working on a couple of Linux tools and need to prevent installation on Windows, since it depends on FHS and is thus rendered useless on that platform. The platform.platform function comes close...
Sorce asked 7/9, 2009 at 1:29
1

© 2022 - 2024 — McMap. All rights reserved.