Skip to content

LongPressGestureHandler ios/android dragging behavior #869

@ghost

Description

All of this behaviour are checked on different ios/android simulators/emulators and devices.

If i Use LongPressGestureHandler on ANDROID i have the behavior:
I press element, then state go UNDETERMINED (0) -> ACTIVE (4). Then if i start dragging element,
state is become CANCELLED (3).

If i Use LongPressGestureHandler on IOS i have the behavior:
I press element, then state go UNDETERMINED (0) -> ACTIVE (4). Then if i start dragging element,
state is still ACTIVE(4).

  1. If it is exepected behavior, how is it possible to achieve ios behavior on android?

  2. If it is not expected behavior, how we can drag elements after LongPressGestureHandler state is become CANCELLED (3)?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Area: Gesture handlersThis issue is related to problems with gesture handlersClose when staleThe issue will be closed automatically if it remains inactivePlatform: Cross platform inconsistencyThis issue presets the library behavior inconsistency between platforms

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions