Tuesday, 15 September 2015

jquery - webkit-touch-callout : none is not working iOS 8 -


I have a menu bar with a html list and link and a press event with some hammer

< P> I tried two things:

  1. 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