Skip to content
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

LeftWindow Disabled on Android #194

Open
arildojr opened this issue Jun 27, 2016 · 2 comments
Open

LeftWindow Disabled on Android #194

arildojr opened this issue Jun 27, 2016 · 2 comments

Comments

@arildojr
Copy link

arildojr commented Jun 27, 2016

I'm having this issue on Android.
What I want is a centerWindow and a rightWindow (leftWindow disabled) but I can't figure out a solution. If I create the Drawer without the leftWindow the app crashes with no log at all.
I tried setting the leftWindow's width to "0dp" but that changed the width of rightWindow too.
Titanium SDK 5.3.0, Android API 16, Module 1.1.7.

@qasim90
Copy link

qasim90 commented May 7, 2018

I'm also having this problem. Anybody find some solution?

@qasim90
Copy link

qasim90 commented May 7, 2018

I think this does the job ( at least on android, not checked on iOS so far):
leftWindow : OS_IOS? Ti.UI.createWindow() : Ti.UI.createView()

Just create empty view/window and assign to leftWindow property.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants