viezel / NappDrawer

A side drawer navigation container view controller for Appcelerator Titanium.
MIT License
247 stars 128 forks source link

[Android] Can't add touch listeners on drawer #138

Open mpociot opened 9 years ago

mpociot commented 9 years ago

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?