[Mobile] Detect touch support

This commit is contained in:
Victor Woeltjen
2015-12-29 12:43:46 -08:00
parent 91b42fc0cc
commit 2df61998ab
4 changed files with 14 additions and 0 deletions

View File

@ -37,6 +37,7 @@ define(
* * `desktop`: Non-mobile devices.
* * `portrait`: Devices in a portrait-style orientation.
* * `landscape`: Devices in a landscape-style orientation.
* * `touch`: Device supports touch events.
*
* @param {platform/commonUI/mobile.AgentService} agentService
* the service used to examine the user agent