angularjs - how to fix mobile portable devices elements are not working touch? -


i using bootstrap framework, angular js, node js develop application trying apply css on hover(on touch on mobile). not working in real device. how solve 1 me

use :focus pseudo class well, on elements using :hover on.

.class:hover, .class:focus {     /* insert hover style rules here */ } 

this should give desired effect on mobile.


Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -