Fix CSS hover on iPhone/iPad/iPod

前端 未结 16 601
星月不相逢
星月不相逢 2020-12-02 14:53

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 :

16条回答
  •  攒了一身酷
    2020-12-02 14:53

    The onclick="" was very temperamental when I attempted using it.

    Using :active css for tap events; just place this into your header:

    
    

提交回复
热议问题