browser distinction results.
- Source:
Properties:
| Name | Type | Description |
|---|---|---|
versionText |
string | string form of the browser version number (ex: "1.9.0.2", "528.18.1", "7.0") |
version |
number | float number of the browser version (ex: 1.9, 528.18, 7.0) |
mbVersText |
string | string form of Mobile OS version number (ex: "5.0.1", "2.3.3", "6.5.3.5") |
mbVersion |
number | float number of Mobile OS version (ex: 5, 2.3, 6.5) |
isSafari |
boolean | true if the browser is AppleWebKit-based (but in iOS/MacOS/Windows only, except Chrome Browser) |
isWebKit |
boolean | true if the browser is AppleWebKit-based any browsers |
isChrome |
boolean | true if the browser is Chrome Browser |
isAndroidBrowser |
boolean | true if the browser is Android "Standard Browser" |
isGecko |
boolean | true if the browser is Gecko-based. |
isOpera |
boolean | true if the browser is Opera |
isIE |
boolean | true if the browser is IE-based |
isWin |
boolean | true if the browser runs on Windows |
isMac |
boolean | true if the browser runs on MacOS(X) |
isMobile |
boolean | true if the browser runs on some mobile device |
isiPhone |
boolean | true if the browser runs on iPhone |
isiPad |
boolean | true if the browser runs on iPad |
isiPod |
boolean | true if the browser runs on iPod |
isiOS |
boolean | true if the browser runs on some Apple iOS device |
isAndroid |
boolean | true if the browser runs on Android |
isWinPhone |
boolean | true if the browser runs on Windows Phone |
isQuirksMode |
boolean | true if the browser runs under 'quirks mode' |
documentMode |
number | number of documentMode; this avaiable on IE, the value is 0 on other browsers. |
isTouchable |
boolean | true if the browser supports touch evnets |
isDOMReady |
boolean | true if the browser had DOM feature. |