GithubHelp home page GithubHelp logo

Comments (2)

benmajor avatar benmajor commented on July 18, 2024

Thanks for your comment. I will consider re-writing that section of the docs so that it might be a little clearer. However, please be advised that the 'events' in this library are not events per se, and have only the data associated with them. getEndEvent() (and getStartEvent() for that matter) provides a convenient way to access the native event that was used (handy for cancelling default actions or to cancel bubbling).

If you need access to tapend, you should use the second callback argument as follows:

$('#myEle').on('tapend', function(e, touch) {  });

In the above code, touch now contains the data about the library event, rather than the native browser event.

The library does not provide a shim for tapmove (yet). This is on the roadmap, but won't be added until version 1.1. I want to make sure the events already provided are working well, and I'll likely push a new version (which provides tapmove along with some new events) in the next few weeks. Watch this space I guess.

I am also considering adding gestures to the library as well (for example two, three, and four finger taps, etc.), as well as shake and so forth. I don't know whether these deserve to be placed in this library, or whether it'd be worth putting together a new one. I don't want to bloat the events library too much, as the footprint is already as large as I'd like.

Thanks for your comments :)

Ben.

from jquery-touch-events.

reustle avatar reustle commented on July 18, 2024

Thanks for clarifying!

from jquery-touch-events.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.