3D FlipBook - Swiping Up / Down on Mobile

H***n@Marshall.edu
2020-08-31
2020-09-02

Hello, we're running into some issues where users on mobile devices are not able to scroll on the page using the swipe up / down gesture when the pdf is in view.

Is there any way to disable swipe gestures for the pdf so that users are able to scroll using swipe gestures instead?

Thanks!

Replies

a***r@3dflipbook.net
2020-09-02
2020-09-02

Hi,

Update the plugin and disable swipe:

var options = {
  ...,
  controlsProps: {
    actions: {
      touchCmdSwipe: {
        enabled: false
      }
    }
  }
};
Log In to leave a comment