SSENSE/vue-carousel

Bug: Sliding on mobile causes whole page to slide.

Open

#380 opened on Mar 3, 2019

View on GitHub
 (2 comments) (0 reactions) (0 assignees)JavaScript (1,705 stars) (513 forks)batch import
bughelp wanted

Description

Bug Report

Current Behavior When I slide the carousel on android, the carousel scrolls as expected - but I can also see typical indicators of the page not being able to scroll left anymore. image On iPhone, the same effect - the carousel scrolls but the whole pages "tries" to scroll left as well.

Input Code and steps to reproduce The bug is only reproducable on mobile!

You can see this on my github pages (but I think any instance of vue-carousel has the same feature).

  • { REMOVED }
  • Go to step 3 ("Determine the time"/"Bestem tidspunkt" - you can change the language)
  • Try to scroll the hours left/right
  • You'll see the whole page tries to move left/right as well.

Babel configuration

module.exports = {
    presets: ["@vue/app"]
};

Expected behavior/code I would like the page scrolling, while touching the carousel, to be disabled.

Environment

  • "@babel/core": "7.0.0-beta.47",
  • Node 8.9.1, NPM 5.5.1 (why is this relevant?)
  • OS: Windows 10

Contributor guide