question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Horizontal swipe not working on Droid after update

See original GitHub issue

I just updated to 0.1.6 and now horizontal swipe isn’t working on Android. (still works fine on iOS).

"react-native": "0.42.3",

The component inside the <Carousel>is very simple and looks like this:

const Page = (props) => (
 <View style={{
      flex: 1
  }}>
      <Text
        style={stylesCommon.textField}
      >
        {props.tip}
      </Text>
  </View>
);

Is anyone else seeing this ? Would we need to update a particular prop on Droid ? I looked but couldn’t see anything specific.

Issue Analytics

  • State:open
  • Created 6 years ago
  • Comments:9

github_iconTop GitHub Comments

2reactions
leoaccorsicommented, May 10, 2017

@ryanhomer this fix worked for me

0reactions
ajonnocommented, May 10, 2017

Ok no worries much appreciated. I guess it’s just a matter now of you being able to reproduce the problem?

Get Outlook for iOShttps://aka.ms/o0ukef


From: Ryan Homer notifications@github.com Sent: Thursday, May 11, 2017 2:30:36 AM To: appintheair/react-native-looped-carousel Cc: Angus Johnston; Mention Subject: Re: [appintheair/react-native-looped-carousel] Horizontal swipe not working on Droid after update (#92)

@ajonnohttps://github.com/ajonno I’m going to go ahead an merge in PR #93https://github.com/appintheair/react-native-looped-carousel/pull/93 since it contains other fixes as well. Nonetheless, we can continue to work on your issue.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/appintheair/react-native-looped-carousel/issues/92#issuecomment-300538734, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AC3bVY8DvhPiJ7b3bOfCDgv4o8QKHd8bks5r4eYsgaJpZM4NUv27.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Fix Unable to Swipe Up to Open Apps Screen after Android 10 ...
See how you can fix issue with unable to swipe up to open apps screen after Android 10 update on Galaxy S10 /...
Read more >
Horizontal swipe sensitivity issues - XDA Forums
I am having some issues with sideways swipes - for example on the homescreen (lawnchair v2) or gallery apps, when swiping from one...
Read more >
How to fix Android Phone scrolling problem-Carlcare
Here are the simple solutions to fix Android phone scrolling problem by yourself! You can try to update system, turn off developer options...
Read more >
Android only problem - Horizontal scrolling issue and header ...
The top CellList, which is inside a ScrollPanel directly under "ORDER SUMMARIES", should allow horizontal scrolling on all devices, but does not on...
Read more >
Fix a screen that isn't working right on Android - Google Support
Try the solutions below if your phone screen: Doesn't respond Flickers Jumps Flashes Shows dead pixels Stays blank Step 1: Check your phone's...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found