Page 1 of 1

Active property in navbar item

Posted: Wed Aug 22, 2012 2:50 pm
by Ole Henrik Oftedal

Hi!

When you use navbar and you select a property to be active you get this in the footer.

Image

But if you select screen2 and then screen1 again without doing a page refresh the footer is not updated and the user it looks like the wrong item is selected.
Image

What is the easiest way to fix this. I thought of setting a property on navbar item on screen load event but I'm not sure how. Anybody?

regards

Ole Henrik Oftedal
Timeflex Systemer AS
http://www.timeflex.com
http://www.timeflex.no


Active property in navbar item

Posted: Wed Aug 22, 2012 3:04 pm
by Maryna Brodina

Hello! It's a bug and we are already working on fixing that.


Active property in navbar item

Posted: Wed Aug 22, 2012 5:38 pm
by maxkatz

A workaround for now is to use this for navigation:

code
Tiggzi&#46;navigateTo("<mobile-screen-name>", {reloadPage: true});
/code