SyntaxFix
Write A Post
Hire A Developer
Questions
I had the same problem and fixed it by adding "mousedown touchstart"
"mousedown touchstart"
$(document).on("mousedown touchstart", ".className", function() { // your code here });
inested of others