[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

@ -52,6 +52,9 @@ define(function () {
},
landscape: function (agentService) {
return agentService.isLandscape();
},
touch: function (agentService) {
return agentService.isTouch();
}
};
});