You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.