-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Black Window on open drawer #198
Comments
Can you show your code ? |
// this sets the background color of the master UIView (when there are no windows/tab groups on it) // create tab group // var label1 = Titanium.UI.createLabel({ win1.add(label1); // win1.open(); label1.addEventListener('click', function(e) { var leftMenuView = Ti.UI.createView({ var centerView = Ti.UI.createView({ var rightMenuView = Ti.UI.createView({ // create a menu // Action Bar - FAKE example // create interface var slider = Ti.UI.createSlider({ var gestureModeBtn = Ti.UI.createButton({ }); function updateSlider(value) { // animation mode centerView.add(scrollView); // CREATE THE MODULE drawer.addEventListener("didChangeOffset", function(e) { drawer.addEventListener("windowDidOpen", function(e) { // Action Bar - REAL example
} // lets open it It's example given in module. |
hi ALok... the example has no "tabview".. https://github.com/viezel/NappDrawer/blob/master/ios/example/app.js |
This module doesn't support TabGroups. |
Of course it does! I'm using it with a tabGroup |
@caspahouzer On android this won't work because a TabGroup is basically a Window object which can't be set as a centerWindow. |
You're right. Sorry. Had my view only to iOS
Sent from my iPhone
|
Hi Team,
I am facing the issue in drawer. When I opening the drawer there is a black screen is showing in iPhone.
I am using the latest module of drawer 1.2.1, 1.2.3 and latest sdk of titanium 5.5.0
Please help, It's urgent.
Thanks
The text was updated successfully, but these errors were encountered: