Skip to content

Mobile Browser Swipe Bugfix #386

@mamaretti

Description

@mamaretti

when swiping on mobile device slides sometimes not moving to the the next slide

it can be fixed by adding in line 412
$this.setSlide(index);

below
hSwipe = false;

schuld be
hSwipe = false;
$this.setSlide(index)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions