Referring to Chrome's ability to emulate device resolution and touch events: https://developer.chrome.com/devtools/docs/device-mode
The actual issue:
'ontouchstart' in document.documentElement
In device emulation mode returns false
(when it is in fact capable of performing a touch event). Thus, I need an exception for the device mode emulation.