apeatling / web-pull-to-refresh

A native-like JavaScript pull to refresh implementation for the web.
https://apeatling.com/articles/javascript-pull-to-refresh-web/
MIT License
545 stars 93 forks source link

possibility to destroy the refresh mechanism #10

Closed svewag closed 5 years ago

svewag commented 9 years ago

I need this on my one-page-app to be able to have a pull-to-refresh mechanism only on some pages

pocketjoso commented 8 years ago

Why not use hammer.destroy() instead. :)

svewag commented 8 years ago

hmmm... is it really the same?