-
Notifications
You must be signed in to change notification settings - Fork 47
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
This is swallowing events on android for me #2
Comments
Do you have an example project we can look at? |
@litch do you have some example code? |
I've also found out that this works bit weird on Android. If something is made touchable with I guess the fix would be to ignore first few pixels before the swiper starts moving. |
Fixes touchable item in the swiper on Android. Should close fixt#2
Fixes touchable items in the swiper on Android. Should close fixt#2
If I have a
TouchableHighlight
within a swiper, it works great with iOS, but on an android emulator or device, the TouchableHighlight never even gets triggered. I'm not sure why.The text was updated successfully, but these errors were encountered: