React-native-gesture-handler: PanGestureHandler can't handle TextInput

Created on 2 Jul 2019  路  11Comments  路  Source: software-mansion/react-native-gesture-handler

I'm using react-native-tab-view, and i can't swipe the TextInput

Feature request To verify

Most helpful comment

Anyone found a solution to this? Am also facing the same problem.

All 11 comments

I am also facing this issue where PanGestureHandler is not working with TextInput on Android. It works on iOS though.

I have put PanGesture, Pinchgesture, RotateGesture on TextInput as per steps given in the example. Everything works fine on iOS however on Android only Pinchgesture works. Rotate & Pan are not working on Android. I am using Perspective as 200

Same.

I have a textInput nested in my PanGesture and , the pan is working till I focus the textinput then it won't work,

@bajanitin
Although the PangestureHandler doesn't get triggered when u begin the touch on the textInput .
I happened to realize that if you define the textInput on different screen than the PanHandler the PanHandler works just fine.
Simply create another component for your textInput
:)

Hi

Any news about this issue ?

I have to put the TextInput inside the PanGestureHandler. The pan doesn't give any delta when the start dragging point is from inside the TextInput. I'm using the react-native-gesture-handler's TextInput.

I also encounter this problem. It's not worked for android

Anyone found a solution to this? Am also facing the same problem.

+1, am trying to implement pinch-to-zoom on an already focused TextInput to control the font size of the TextInput. Looks like the TextInput is intercepting all touch events.

+1, any updates?

I fixed it with https://github.com/rainbow-me/rainbow/pull/1367/files#diff-d699d7f0a9a22f930dea0a0656bcaeae3d1a440a09566a40bc1f08dd3cab9002R56

Probably it's not a generic solution, but works for me and I have no time to dig into this deeper. If you'd like feel free to make a PR with this.

cc: @jakub-gonet

Was this page helpful?
0 / 5 - 0 ratings

Related issues

neiker picture neiker  路  3Comments

brentvatne picture brentvatne  路  4Comments

brentvatne picture brentvatne  路  5Comments

radex picture radex  路  3Comments

chhornponleu picture chhornponleu  路  3Comments