Andy Parker
Posts: 0
Joined: Wed Mar 27, 2013 10:21 am

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.

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

capturing the "swipe up" event

Hello Andy,

Please look at the same topic on the forum: https://getsatisfaction.com/apperyio/...

Return to “Issues”