callstack / callstack/react-native-pager-view

Vertical Android ViewPager not working on Android 9 (Pie)

Open
#117 15 comments 3 reactions 0 assignees View on GitHub
bug Help Wanted :octocat:
Dominant language
TypeScript
Stars
3.4k
Forks
476
Avg merge
10d 21h
Merged PRs (30d)
2

Description

Swiping for a short distance and fast should change the page. This is working fine in my Pixel 2 (Android 10) and in Android the emulator. However, we tried a couple of devices where is not working correctly:

- Samsung Galaxy Note 9 (Android 9)
- Xiaomi MI MIX 2 (Android 9)

This is the behavior on for the vertical ViewPager:

![vertical](https://user-images.githubusercontent.com/774577/69914782-93514880-1448-11ea-8f2b-4332efca5617.gif)

Basically the user needs to scroll all the way down or up (manually) to trigger a change of page. With the horizontal ViewPager (recorded on the same phone), it works just as expected:

![horizontal](https://user-images.githubusercontent.com/774577/69914795-a95f0900-1448-11ea-91fb-58c5967d660e.gif)

Would love to get some help from you @devvit if you know what might be causing this.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.