The current browser type.
true
if the current browser is an IOS browser, false
otherwise.
true
if the current browser is a mobile browser, false
otherwise.
true
if the current browser supports touch, false
otherwise.
Initializes the environment by reading the browser environment.
Checks whether the current browser is the Internet Explorer, and optionally also whether it is a certain version of Internet Explorer.
Version of IE to check for. If not given, checks for any version of Internet Explorer.
true
if the current browser is the given version Internet Explorer, or false
otherwise.
Checks whether the current browser is the Internet Explorer, and whether its version is less than the given version.
Version of IE to check for. If not given, checks for any version of Internet Explorer.
true
if the current browser is the Internet Explorer and its version is less than the
given version.
A widget is touch enabled if the browser supports touch AND the widget has the touchable property enabled. The default will be true if it widget status can't be determined.
the widget configuration
true if touch is enabled, false if disabled
Generated using TypeDoc
The object with functionality related to the browser environment, such as information about the current browser.