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
Post a Comment