I am having trouble successfully detecting a swipe event on a non-native iOS app I'm making.
<div id="video" data-ng-click="adminSelectVideo(video)" ng-repeat="video in videos">
Could anyone help me with a javascript implementation of detecting a left swipe gesture on the following div element 'video'?
Thanks in advance