You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I use mouse follower it's working fine on desktop but when I double press on mobile and tablet device it shows the mouse cursor dot. It's annoying. I tried everything I can do but didn't work and I also tried the 2 method.
1st one : if (window.matchMedia('(pointer:fine)').matches) {
const cursor = new MouseFollower();
}
2nd one : .mf-cursor { @media screen and (max-width: 769px) {
display: none;
}
}
Please help me to fix this issue, thank you
The text was updated successfully, but these errors were encountered:
When I use mouse follower it's working fine on desktop but when I double press on mobile and tablet device it shows the mouse cursor dot. It's annoying. I tried everything I can do but didn't work and I also tried the 2 method.
1st one : if (window.matchMedia('(pointer:fine)').matches) {
const cursor = new MouseFollower();
}
2nd one : .mf-cursor {
@media screen and (max-width: 769px) {
display: none;
}
}
Please help me to fix this issue, thank you
The text was updated successfully, but these errors were encountered: