viezel / NappDrawer

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

The title bar is DOUBLE in HEIGHT on a Samsung GS5 #98

Open alexbudin opened 10 years ago

alexbudin commented 10 years ago

I tested the module on a GS4 and it works like a charm, but when i test it on a GS5 the title bar is double in size.

Any reason why and how to fix it?

Thank you.

Alex

device-2014-07-07-000637

alexbudin commented 10 years ago

I have set the drawer to be fullscreen (fullscreen: true) and it seems it fixes the double height issue, but we need to find a way to make it work even if its not fullscreen.

Alex

device-2014-07-07-003354

farwayer commented 10 years ago

@alexbudin, this module isn't provide ActionBar. ActionBar is standart Titanium Mobile functionality. If you have any problem with it then you will need to open ticket in Appcelerator JIRA.

alexbudin commented 10 years ago

Its not a Titanium problem. When i disable the drawer and use a normal window the action bar looks perfect. It is something to do with the module as its has its own windows components. I will try to look at the code and see if i can spot where the problem is coming from.

Alex