Skip to content

onChangeIndex not triggered on webΒ #186

@crcn

Description

@crcn

It doesn't look like onChangeIndex is getting triggered in the browser. This was tested in Firefox and Chrome. Here's some sample code that should break:

const onChangeIndex = () => {
  console.log("This is never called in the browser");
}

<SwiperFlatList onChangeIndex={onChangeIndex}  />

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