Google Glass - View captures gesture (swipe-down)

452 Views Asked by At

I try to create an app for the Google Glass. The default swipe gesture goes default to the menu of the glass. I have a Switch in my layout and the switch captures the gesture 'swipe-down', how can I fix this (not capturing gestures) so that the user can go to the menu with the default swipe down gesture.

1

There are 1 best solutions below

1
On

It isn't yet possible to override the SWIPE_DOWN gesture to do something other than the default behavior of returning to the previous activity. If this feature is important to you, please file a request in our issue tracker.