xpull icon indicating copy to clipboard operation
xpull copied to clipboard

Pull to refresh jQuery plugin for iOS and Android

Results 8 xpull issues
Sort by recently updated
recently updated
newest added

If you want some events to happen when the pull threshold is exceeded (or reversed) - Here is some code. I know I should do a pull request - but...

Currently, when max-distance is reached, you can still keep dragging. There should be a limit

If XPull surrounds a horizontal scrollable list, there should be a resistance that prevents xpull from being activated. Please find attached my patch: [xpull.js.patch.zip](https://github.com/sjovanovic/xpull/files/313666/xpull.js.patch.zip)

I recently realize that xpull is causing lagging scroll. While disabling the webpage scroll is so much smoother.

When installing with Bower I can't use a version number because there have been no tags added to the repo. However, the bower.json states this is at version 1.0.0. Can...

This PR addresses issue #2 I added a new (optional) initialization option called `loadingHtml` which lets a developer customize the HTML that appears when the list is pulled down (loading...

Hi, how to trigger the pull to refresh function when I click the button? how can I do that? plz advise. thx.

I've not been able to keep the pull to refresh functionality after an xpull ul list is emptied and updated with new li contents in a jquerymobile project. Would you...