|
|
|
|
|
by rsoto
3488 days ago
|
|
I don't think you need a library for that, it's just a few lines. I'm currently a little busy, but there's one touch event that disables those «features» (can't remember which). I'd suggest you to download the library and delete some of the lines for the callbacks on the touch events, maybe you can isolate it and figure out what is achieving that result. Or, you could try something like this: PullToRefresh.init({
mainElement: '#main',
distMax: 0,
onRefresh: function(){}
});
|
|