jquerymobile-swipeupdown icon indicating copy to clipboard operation
jquerymobile-swipeupdown copied to clipboard

Panel swipe not triggered

Open juanmlf opened this issue 7 years ago • 0 comments

Hi, i have this code and whien i swipe down nothing seems to happen. I triggered the event manually and the event listener run the code. But it doesn't seem to work when i do the action. The code:

$(".option-menu-panel").off("swipedown").on("swipedown", function(){ if($(this).scrollTop() == 0){ showPanelLoading(); getAlerts(); } });

Can anybody help me?

juanmlf avatar Apr 18 '17 16:04 juanmlf