capturing the "swipe up" event
Hi,
I'm having trouble capturing the swipe up event.
I have implemented the method on several items on the page with no success (implemented on PageShow event).
code
$('#page1_main').on('swipeup',function(){alert("swipeup..");} );
$('#page1_main_newsfeedgrid').on('swipeup',function(){alert("swipeup..");} );
$('#page1_main_duplicator_div').on('swipeup',function(){alert("swipeup..");} );
/code
Any pointers as to what component I should be implementing this on, or where I could be going wrong would be massively helpful.
Thanks.
Andy.