material-refresh
material-refresh copied to clipboard
use jquery, this plugin doesn't work correctly
it's seem you didn't test with jquery, and you add jquery dependency in doc...
Any update on this ? Apparently, zepto is the only supported, not jq ?
Up
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.