Detect finger drag using Javascript on touch phones using Appworks?

Options

Hi,
How to enable finger drag using Javascript on touch phones using Appworks.Can some one suggest me.
Thanks in Advance.

Comments

  • hi Gopi,

    you may have to implement the touch events in your code: touchstart, touchmove, touchcancel, and touchend. Alternatively you may use some libraries like Hammer.js.