Static functions for accessing information about the browser.
| EMS. | Static functions for accessing information about the browser. |
| Static Functions | |
| getName | {String} The name of the browser such as: |
| getVersion | {Float} The browser version number as a {Float}. |
| getPlatform | {String} The name of the platform (operating system), such as: |
| getEngine | {String} Returns the name of the browser engine, such as: |
| EMS. | |
| Functions | |
| isSupported | {Boolean} Whether or not the feature is supported. |
| EMS. | |
| Constants | |
| MOUSE | {Array} Mouse event types. |
| KEY | {Array} Key event types. |
| TOUCH | {Array} Touch event types. |
| GESTURE | {Array} Gesture event types. |
| ORIENTATION | {Array} Orientation event types. |
| Functions | |
| isSupported |
| Functions | |
| isSupported | {Boolean} Whether or not the feature is supported. |
| Constants | |
| MOUSE | {Array} Mouse event types. |
| KEY | {Array} Key event types. |
| TOUCH | {Array} Touch event types. |
| GESTURE | {Array} Gesture event types. |
| ORIENTATION | {Array} Orientation event types. |
| Functions | |
| isSupported |
isSupported: function( event )
| event | {String} is either a category of events such as “mouse” or a specific event type, such as “dblclick”. Returns: {Boolean} Whether or not the event is supported. If the event given is a category, and some events work but others don’t, this is still considered supported. |
{String} The name of the browser such as:
getName: function()
{Float} The browser version number as a {Float}.
getVersion: function()
{String} The name of the platform (operating system), such as:
getPlatform: function()
{String} Returns the name of the browser engine, such as:
getEngine: function()
{Boolean} Whether or not the feature is supported.
isSupported: function( feature )
isSupported: function( event )