TOUCH_ENABLED
Exported By | |
---|---|
Alias for | |
Type | boolean |
Whether touch is enabled in the browser.
Values
MSPOINTER_EVENTS | Whether addEventListener supports MSPointer events (only used in IE10). http://msdn.microsoft.com/en-us/library/ie/hh772103(v=vs.85).aspx http://msdn.microsoft.com/library/hh673557(v=vs.85).aspx |
---|---|
PASSIVE_EVENTS | Whether addEventListener supports {passive: true}. https://developers.google.com/web/updates/2016/06/passive-event-listeners |
POINTER_EVENTS | Whether addEventListener supports W3C standard pointer events. http://www.w3.org/TR/pointerevents/ |
TOUCH_ENABLED | Whether touch is enabled in the browser. |