Skip to content
This repository has been archived by the owner on Oct 20, 2018. It is now read-only.

Back button not working #28

Closed
dave-renalds opened this issue Oct 24, 2017 · 3 comments
Closed

Back button not working #28

dave-renalds opened this issue Oct 24, 2017 · 3 comments
Labels

Comments

@dave-renalds
Copy link

If I have a carousel with a total of 5 images and I show 4 images at a time when I click next it is all fine, but then the back button doesn't work.

I'm showing images from a search result, so I don't know how many total images I will have in the carousel. Here's my settings:

    this.carouselTile = {
        grid: { xs: 4, sm: 4, md: 4, lg: 4, all: 0 },
        slide: 4,
        speed: 400,
        interval: 0,
        point: {
            visible: false,
            pointStyles: `
            `
        },
        touch: false,
        loop: false,
        custom: 'banner'
    };
@fwdnickv
Copy link

I have the same issue. Enabling looping seems to fix my issues with the back/forward buttons.

@sheikalthaf
Copy link
Owner

hello,
fixed this issue now. It will be fixed in upcoming update
Thanks

@sheikalthaf sheikalthaf added the bug label Nov 1, 2017
@sheikalthaf
Copy link
Owner

This bug is fixed in the latest build 1.3.0
Thanks for reporting

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

3 participants