Well, the thing here is that I actually can execute JS code. It’s just that the touch layer absorbs all the touches and blocks interactivity with that code.
On their iOS platform app they even give you the option to distinguish between touch and click events after letting the touch fall through their touch filter layer.
So what’s the stretch to simply allow the same functionality on their own devices too?
|