-
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
Crashes on Android targetSdkVersion=23 #186
Comments
I would recommend using Ti.DrawerLayout for android. Its more stable and maintained. |
It fails for me too:
Is there any chance for a fixed version? Is it perhaps only a matter of recompiling for current versions of Appcelerator and Android? |
+1 |
Would be great to have this fixed, here's the error I am getting:
|
Little bit more info with regards to my error, is that it stops happening if I define leftWindow, but actually I only want it to open from the right. Any ideas @viezel |
Still occurring with 1.1.7 update. |
Any update regarding this issue. I m facing the same issue of getwidth(). @viezel any updates please. |
The rightWindow has been broken since 1.1.3 and when you set it it just causes the app to crash - as soon as you revert to leftWindow it works fine |
Aaaarhhhh, i finished my app on ios and know when testing on android, i have same issue, any fix found by someone else? i start to asks myself if using titanium is not a waste of time because i should now re-code all my app for both platform |
Drawer works fine in simulator when testing with Android 6.0 (Marshmallow) and targetSdkVersion=23 but doing the same on a device the app crashes during startup. And due to a bug in the titanium SDK the console shows no output: https://jira.appcelerator.org/browse/TIMOB-19821 so it's kind of hard to know whats going on.
Does the module need to be build against Android 6.0?
The text was updated successfully, but these errors were encountered: