Skip to content

UIStackView gesture touch problem when we use the JWPlayerKit #10

@eywebdeveloperteam

Description

@eywebdeveloperteam
  • Version: JWPlayerKit (4.17.1)

If we don't use and don't import the JWPlayerKit in our project, this kind of code it's working:
let tap = UITapGestureRecognizer(target: self, action: #selector(tapInView)) stackView.addGestureRecognizer(tap)

But when we initialize the new SDK, the UIStackviews of all the project doesn't receive the gesture touch events. This problem don't exists in the old JWPlayer SDK

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