Detect Touch Response

PsychoJS works wonderfully and manually editing the JS is very intuitive. At present is there any way to enable the detection of touch-responses if a user is on a tablet (android/ios) device?

I’m looking to allow a user to respond by either touching the left or right side of the screen.

Mouse allows you to detect touches as clicks. Our posner demo, for instance, allows users to click/touch the target on the left or right of the screen.

1 Like