Skip to content

RX.GestureViews onPanVertical not responding on Android #977

Open
@digitalergonom

Description

@digitalergonom

When creating a RX.GestureView with onPanVertical I ran into a case, that it was not responding on Android platform.

After adding onTap to find out, that the correct view is responding and that adding an empty onTap-handler solved this issue on Android. This seems very weird to me.

<RX.GestureView
  onPanVertical={ state => this.onResizeClockingTop(state) }
  onTap={() => { /* Needed to make onPanVertical work */ }}>

  ... some content ...

</RX.GestureView>

When removing the empty onTap-handler it stops working.

How does this connect to each other? Can we fix this or at least document this somewhere?

Regards,
Sascha

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugstaleThis ticket may be old, or may no longer be valid, and will be closed if no further activity occurs

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions