lightningtgc / material-refresh

Google Material Design swipe(pull) to refresh by using JavaScript and CSS3.
http://lightningtgc.github.io/material-refresh/
648 stars 110 forks source link

click's when on top not working #16

Open imyth-labs opened 8 years ago

imyth-labs commented 8 years ago

When page scrolled to top .. clicks not firing , it's going as touch event not a click event and when you scroll 1 px down all click fire normal

imyth-labs commented 8 years ago

in line 304 in touchEnd function in material-refresh.js remove e.preventDefault(); :):)