I had added an effect on hoverEnter and hoverLeave on my Divs assuming that these events wont fire on iOS devices. But on iOS devices the hoverEnter and click event fire and the hoverEnter effect is maintained. I dont want these hover events to fire on mobile devices. What should I do. I am attaching event via javascript and the hover event is attached to the div before click event.I had added an effect on hoverEnter and hoverLe