jwplayer / JWPlayerKit-cocoapod

Other
2 stars 6 forks source link

UIStackView gesture touch problem when we use the JWPlayerKit #10

Open eywebdeveloperteam opened 7 months ago

eywebdeveloperteam commented 7 months ago

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