material-refresh icon indicating copy to clipboard operation
material-refresh copied to clipboard

use jquery, this plugin doesn't work correctly

Open ddtramp opened this issue 9 years ago • 3 comments

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

ddtramp avatar Mar 31 '15 09:03 ddtramp

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

axis3d avatar May 12 '15 09:05 axis3d

Up

shawou avatar May 29 '15 08:05 shawou

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.

mahmoudajawad avatar Sep 26 '16 17:09 mahmoudajawad