Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.
This repository was archived by the owner on May 1, 2024. It is now read-only.

[Bug] CollectionView not properly capturing Touch actions on Android #7159

@josephlbailey

Description

@josephlbailey

Description

I've implemented an effect to capture touch events on a CollectionView, however, the MotionEvent ACTION_DOWN doesn't seem to be captured on Android. The MotionEvent ACTION_MOVE is properly being captured. I've tested this effect on other views with no issues. I've followed this link for creating the effect.

Steps to Reproduce

Touch down on CollectionView, without sliding.

Expected Behavior

Should fire the view's Touch event

Actual Behavior

Touch event is not fired on ACTION_DOWN

Basic Information

  • Version with issue: 4.2..673161-pre3
  • Last known good version: unknown
  • IDE: VS Mac 8.3 Preview build 1290
  • Platform Target Frameworks:
    • Android: API Level 28

Reproduction Link

CollectionViewTouchBug.zip

Metadata

Metadata

Assignees

No one assigned

    Labels

    a/collectionviewa/gestures 🖖a/listviewProblems with the ListView/TableViewe/4 🕓4help wantedWe welcome community contributions to any issue, but these might be a good place to start!t/bug 🐛up-for-grabsWe welcome community contributions to any issue, but these might be a good place to start!

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions