SSENSE/vue-carousel

Bug: Sliding on mobile causes whole page to slide.

Open

#380 创建于 2019年3月3日

在 GitHub 查看
 (2 评论) (0 反应) (0 负责人)JavaScript (1,705 star) (513 fork)batch import
bughelp wanted

描述

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

贡献者指南

Bug: Sliding on mobile causes whole page to slide. · SSENSE/vue-carousel#380 | Good First Issue