Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to test JavaScript based touch events without having any touch based screen / device?

How to test touch events without having any touch based screen / device?

I have Windows 7 PC and my monitor is not touch based.

like image 202
Jitendra Vyas Avatar asked May 13 '26 06:05

Jitendra Vyas


1 Answers

If it's still actual, you can use this library to test touch events. It's used to test touch for Hammer.

like image 132
Yaroslav Yakovlev Avatar answered May 14 '26 20:05

Yaroslav Yakovlev