bfwg/ngx-drag-scroll

Scrollbar-Hidden disables horizontal scrolling on mobile.

nickmunch opened this issue · 5 comments

  • I'm submitting a ...

    • bug report
  • Do you want to request a feature or report a bug?
    Report a bug

  • What is the current behavior?
    When scrollbar-hidden is given a value from the template, the drag-scroll stops being able to scroll on mobile. This happens whether the value is set to true or to false. A desktop view still allows scrolling, just not the mobile view.

  • What is the expected behavior?
    The drag-scroll should still allow scrolling on mobile while the scrollbar is hidden

  • Please tell us about your environment:

    • Version: 9.00-beta.4
    • Browser: Chrome XX
    • Angular: 11.0.3
bfwg commented

Hi @nickmunch thanks for reporting. Can you make a quick plnkr?

I have the same problem.
Angular 10.0.2, Version: 9.00-beta.4.

I used version ^8.0.0-beta.2 to make it work

Same issue here with Angular 10.
Removing scrollbar-hidden="true" fix the scroll issue

The same Angular 14