I'm unable to add touch event listeners to the drawer (window) itself.
On iOS I can add a twofingertap listener to the drawer which gets recognized everywhere in my app.
Those events don't work on Android.
Maybe you need to set this.registerForTouch(); in Drawer.java?
Hey,
I'm unable to add touch event listeners to the drawer (window) itself. On iOS I can add a
twofingertap
listener to the drawer which gets recognized everywhere in my app. Those events don't work on Android.Maybe you need to set
this.registerForTouch();
in Drawer.java?