1
votes

I have a Sencha touch 2 application that uses a navigation view and has a list of items. When someone clicks on an item and I dynamically change title of the navigation bar to be the item the person clicked on and also add 3 buttons to the navigation bar. However when the user clicks on an item and the screen is re-sized to be small the title is not formatted correctly.

Is there an event that happens after a panel is rendered so I can call refreshTitlePosition()?

1
why do you have to observe event when a panel is rendered? It should be itemtap, right?Thiem Nguyen

1 Answers

0
votes

There is an event called resize for every container in sencha... Hope it helps...