I have a menu bar with a html list and link and a press event with some hammer
< P> I tried two things:-
Add to property CSS:
/ P>
- WebKit-touch-callout: No one;
Prevent the spread of the incident:
$ item.hammer (). ('Press', function (event) {event.preventDefault (); event.stopPropagation (); ...}); Either the work is not working, probably because Safari grabs the incident in front of me.
This CSS property appears as if this dash is missing: / P>
-webkit-touch-callout: none;
No comments:
Post a Comment