Skip to content

Unreliable Dragging & Pressing [android] #15

@dk0r

Description

@dk0r

I demo'd this lib via the included example app (1.0.0-alpha.17) on a physical Pixel XL ([email protected]):

Issue: Dragging and Pressing draggable-objects (aka pink boxes) is not reliable.

Behavior: The pink draggable boxes in the example app do not consistently respond to being single-tapped or dragged. Attempting to tap or drag a box requires multiple attempts (which often fail to be recognized) and is an overall frustrating experience. The non-native javascript PanResponder behaves significantly better (see Note below).

Steps to Reproduce:

  1. Load the example app onto a physical device
  2. Navigate to one of the following screens: Draggable or Combo with RN's ScrollView
  3. Attempt to drag or single-press a pink draggable box
  4. Notice that attempts to drag or tap these boxes fail more often than they succeed.

Expected Behavior: Dragging and tapping draggable-objects should be a fluid/seamless experience.

Note: If you navigate to the example app's PanResponder screen, you can see that the non-native javascript PanResponder is (for some unknown reason) more reliable/smooth than this libs native implementation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions