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

Cannot swipe the carousel on Android devices #72

Closed
nghiadt91 opened this issue May 19, 2017 · 3 comments
Closed

Cannot swipe the carousel on Android devices #72

nghiadt91 opened this issue May 19, 2017 · 3 comments

Comments

@nghiadt91
Copy link

I have run an example using code from your source. It work fine on iOS but totally stuck on Android.
I cannot swipe or move any item like the list is stuck.
Tried on both emulator and real device but it still not working.
Using react v0.44.0
screenshot_20170519-222547

@bd-arc
Copy link
Contributor

bd-arc commented May 19, 2017

@nghiadt91 This is strange since we are using the plugin with RN 0.44 without any issue.
On which version of Android have you tested it?

@nghiadt91
Copy link
Author

nghiadt91 commented May 20, 2017

@bd-arc I have found the root issue. That is I put the flex:1 into sliderContainer style.
The issue was fixed when I remove this property
Thanks a lot

@bd-arc
Copy link
Contributor

bd-arc commented May 21, 2017

@nghiadt91 Thanks for letting us know. And I can confirm that you should never use flex: 1 with contentContainerCustomStyle in a <ScrollView /> ;-)

@bd-arc bd-arc closed this as completed May 21, 2017
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

2 participants