jmpressjs / jmpress.js

A jQuery plugin to build a website on the infinite canvas
http://jmpressjs.github.com/jmpress.js
1.5k stars 237 forks source link

Mobile swipe #95

Closed arlg closed 11 years ago

arlg commented 11 years ago

Hello,

Is there a way to desactivate the swipe for the slideshow on ipad ? I can't find the option. Thanks a lot.

sokra commented 11 years ago

http://jmpressjs.github.com/customize/

Remove the tick at Mobile: This component handles swiping on mobile devices.

arlg commented 11 years ago

thanks !

arlg commented 11 years ago

When I do this, I can't scroll my page when my mouse is over the slideshow. Is there an other option to activate / deactivate this ? Thanks

sokra commented 11 years ago

Did you talk about an embedded slideshow?

If yes, try the option { viewPort: {zoomBindWheel: false } }. This disables binding of mouse scroll for zooming...