Hi Forum
I have a simple 2D app (originally for phone and desktop) for flying a bluetooth quadcopter. I added gesture support for HoloLens and the app works fine on 14393. I just upgraded my device to 17134 and my OnInteractionDetected callback is not firing anymore. I've also verified this on the emulators ( works on 14393 and not 17134).
I don't see any documented changes in behavior in the gesture recognizer -- is it still supported for ordinary, non-exclusive UWP apps on 17134?
The entire source for my project is here:
https://github.com/bitcraze/crazyflie2-windows-uap-client/blob/master/GestureController.cs