Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

UIStackView gesture touch problem when we use the JWPlayerKit #10

Open
eywebdeveloperteam opened this issue Jan 26, 2024 · 0 comments
Open

Comments

@eywebdeveloperteam
Copy link

  • 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant