Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to remove the cursor from touch devices #22

Open
cocabangaa opened this issue Feb 18, 2023 · 3 comments
Open

How to remove the cursor from touch devices #22

cocabangaa opened this issue Feb 18, 2023 · 3 comments
Labels
question Further information is requested

Comments

@cocabangaa
Copy link

No description provided.

@Drafteed
Copy link
Member

if (window.matchMedia('(pointer:fine)').matches) {
    const cursor = new MouseFollower();
}

@Drafteed
Copy link
Member

See also #14

@Drafteed Drafteed added the question Further information is requested label Feb 19, 2023
@cocabangaa
Copy link
Author

awesome thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants