I want to fix the hover effect on iOS ( change to touch event ) but I dont have any idea . Let me explain this . You have a text in your page :
Some people don't know about this. You can apply it on div:hover and working on iPhone .
div:hover
Add the following css to the element with :hover effect
:hover
.mm { cursor: pointer; }