Zulko / eagle.js

A hackable slideshow framework built with Vue.js
https://zulko.github.io/eaglejs-demo/
ISC License
4.08k stars 223 forks source link

Hammer.js integration #60

Closed christianw closed 5 years ago

christianw commented 6 years ago

At least for me, swiping does not work with new Hammer(window) on phones. It works fine on desktop browsers with the swiping emulation.

Changing Hammer(window) to Hammer(getElementById('app')) works out of the box for desktop and mobile.

Maybe you can change the example?

yaodingyd commented 6 years ago

I tested this on my iphone SE Safari and Chrome, swiping works fine in both browser. Can you share a link?

yaodingyd commented 5 years ago

Closing for now. Happy to reopen and investigate if you have any updates.@christianw