NappAppearance icon indicating copy to clipboard operation
NappAppearance copied to clipboard

Stops working with SDK 3.2.0

Open danny005 opened this issue 11 years ago • 5 comments

It seems that with Appcelerator SDK 3.2.0 some functions like navBarTitle, navBar, barButton stops working. Can anyone confirm this and much more important, how can we fix this?

danny005 avatar Jan 10 '14 10:01 danny005

I will look into this.

viezel avatar Jan 12 '14 14:01 viezel

Question: how do you use this? The module shoudl be the very first thing the applications loads, otherwise the first window will not inherit the global appearance styling settings from this module.

Can you please submit your code?

viezel avatar Jan 12 '14 14:01 viezel

The module works fine with SDK 3.1.3, module is loaded on startup in app.js

You can reproduce the bug with your provided example app.js (with navigationWindow instead of navigationGroup), e.g. the style of navBarTitle doesn't change.

Did also build the module with latest SDK 3.2.0, no effect though.

danny005 avatar Jan 12 '14 14:01 danny005

True.. It does not work. I looked into this and the code is following the iOS7 docs. Im not really sure what Appcelerator changed from 3.1.3 to 3.2. So its a hard to solve this one without that knowledge.

viezel avatar Jan 14 '14 12:01 viezel

Does it work on 3.4.x?

caspahouzer avatar Dec 10 '14 11:12 caspahouzer