Properties Methods Events Direct Link

Class Ext.is

Package:Ext
Defined In:Support.js
Class:is
Extends:Object
Determines information about the current platform the application is running on.

This class is a singleton and cannot be created directly.

Public Properties

PropertyDefined By
 Android : Boolean
True when the browser is running on an Android device
is
 Blackberry : Boolean
True when the browser is running on a Blackberry
is
 Desktop : Boolean
True if the browser is running on a desktop machine
is
 Linux : Boolean
True when the browser is running on Linux
is
 Mac : Boolean
True when the browser is running on a Mac
is
 Phone : Boolean
True if the browser is running on a phone.
is
 Standalone : Boolean
Detects when application has been saved to homescreen.
is
 Tablet : Object
True if the browser is running on a tablet (iPad)
is
 Windows : Boolean
True when the browser is running on Windows
is
 iOS : Boolean
True if the browser is running on iOS
is
 iPad : Boolean
True when the browser is running on a iPad
is
 iPhone : Boolean
True when the browser is running on a iPhone
is
 iPod : Boolean
True when the browser is running on a iPod
is

Public Methods

This class has no public methods.

Public Events

This class has no public events.