Skip to content

UITapGestureRecognizer Not Working on UIStackView Labels After Adding JWPlayer SDK #6

Description

@FaridMontieli

Hello,
I've encountered an issue after integrating the JWPlayer SDK into my iOS project via SPM. The problem arises with UITapGestureRecognizer when applied to a UIStackView.

In my UI, the UITapGestureRecognizer is added to the UIStackView, which contains both UILabels and UIImageViews. After adding the JWPlayer SDK, the gesture recognizer still works correctly on the images (UIImageViews), but it no longer responds when tapping on the labels (UILabels) within the same stack.

This behavior occurs consistently and only after the SDK is integrated, leading me to believe that something in the SDK is interfering with gesture recognition on the labels.

Please let me know if this is a known issue or if there is a potential workaround. Your assistance would be greatly appreciated.

Thank you!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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