This is not for design, I'm making a tutorial where I would either ask the user to tap or to click on things.
Right now I'm using:
("ontouchstart" in document.documentElement);
But this fails on laptops with a touchscreen.
This is not for design, I'm making a tutorial where I would either ask the user to tap or to click on things.
Right now I'm using:
("ontouchstart" in document.documentElement);
But this fails on laptops with a touchscreen.