How to remove the cursor from touch devices
cocabangaa opened this issue · 3 comments
cocabangaa commented
How to remove the cursor from touch devices
Drafteed commented
if (window.matchMedia('(pointer:fine)').matches) {
const cursor = new MouseFollower();
}
cocabangaa commented
awesome thanks