watchos remote

A user of my App running on tvOS mentioned an issue to me:

- My app is running on tvOS.

- User uses Remote app on Watch

- tvOS standard gesture recognizer work (eg. navigation through Collection Views)

- user starts video playback (based on VLCKit) - the view controller has custom gesture recognizer for swipe gestures


-> swipe gestures do not reach the gestuer recognizers, so the app does not react. Double-Tap gesture recognizer works.


Using Remote app on iPhone works as expected (swipe gestueres arrive at custom recognizers).


I reproduced the issue on a Series 1 running watchOS 5.2 beta - which i just bought for this issue (used item - i never wear watches at all).

Breakpoints set to the gesture recognizer handlers do not get triggered.


Any ideas?

In case it is a bug - I can create a readar.

Replies

As there was no reaction, I will file a radar now.

No reply probably because not enough information for any comment. (You'll probably get the same feed back from bug reporter if you do not tell more).


Maybe you could show the code for your custom gesture to start with.