Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[iOS] onPageSelected doesn't get fired when scrolled too fast #53

Open
ericapply opened this issue Apr 28, 2017 · 2 comments
Open

[iOS] onPageSelected doesn't get fired when scrolled too fast #53

ericapply opened this issue Apr 28, 2017 · 2 comments

Comments

@ericapply
Copy link

Using IndicatorViewPager
If you scroll through before the page completely stops,
onPageSelected callback never gets fired.
On Android, this works as intended, where even if you scroll through fast no indexes are missed.

For instance, if you log the indexes in iOS it may show up as
1, 2, 5 where index 3 and 4 were scrolled before fully stopped.

versions:

"react": "15.4.2",
"react-native": "0.41.2",
"rn-viewpager": "^1.1.4",
@PeterLocas
Copy link

same problem @ericapply

@vadermemo
Copy link

Same here @ericapply

"react": "16.8.3",
"react-native": "0.59.1",
"rn-viewpager": "^1.2.9",

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

No branches or pull requests

3 participants