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

use jquery, this plugin doesn't work correctly #5

Open ddtramp opened 9 years ago

ddtramp commented 9 years ago

it's seem you didn't test with jquery, and you add jquery dependency in doc...

axis3d commented 9 years ago

Any update on this ? Apparently, zepto is the only supported, not jq ?

shawou commented 9 years ago

Up

mahmoudajawad commented 8 years ago

I resolved the issue by changing line 48 to: var isIOS = /iPad|iPhone|iPod/.test(navigator.userAgent) && !window.MSStream; and remove the prototype of Zepto.