NappDrawer icon indicating copy to clipboard operation
NappDrawer copied to clipboard

A side drawer navigation container view controller for Appcelerator Titanium.

Results 94 NappDrawer issues
Sort by recently updated
recently updated
newest added

Hi, We created brand new project of appcelerator classic. just added navdrawer module. and code in app.js is replace with sample example code. But when I click any option in...

Hi guys, I have a problem with this module since I upgraded to Ti SDK 10. On iOS 12.5.4(tested with iP6) it crashes right after startup. I found logs via...

Hello. Good morning / afternoon. I am trying to compile the module with 8.0.1.GA, but I am getting the following: Part of the error message: ``` [TRACE] : [xcode-sim] In...

[ERROR] TypeError: drawer.setAnimationMode is not a function. (In 'drawer.setAnimationMode(NappDrawerModule.ANIMATION_SLIDE_SCALE)', 'drawer.setAnimationMode' is undefined)

In Android webview the dropdown list is never shown, even if the webview is instantiated and added to the center window inside drawer 'open' event. Does anyone know how to...

I can't explain why the example is working, but when I set new center windows the app crashes without any messages in the console. It just stops. Add some timeouts...

The module stopped working (freeze) on iOS 13 when VoiceOver is activated. I'm using version 2.1.1 with SDK 8.2.0 and Xcode 11. I'm tested with previous SDK and Xcode versions...

iOS module is not working with latest SDK 8.2.0.GA. Any suggestions? App just hangs and no event works.

Is there any way of disabling the action bar? so we can use custom made navigation bars. Thank you. Alex

I load the right window on init. Then later in my app I want to replace it. ``` var filterWin; function toggleRight(){ if(!filterWin){ filterWin = Ti.UI.createWindow({height: Ti.UI.FILL, width: Ti.UI.FILL, module:...