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

Windows 10 Mobile Compatibility #16

Open YZahringer opened 8 years ago

YZahringer commented 8 years ago

There is a problem with Windows Mobile 10 (Edge). This does not work, can be reproduced on an emulator.

mathiasmoeller commented 7 years ago

I am facing the same issue. Does anybody has a solution for IE? It seems that the touch events are fired differently in IE. @YZahringer did you solve your problem?