DataZombies / jQTouch

jQT extensions jqt.activityIndicator, jqt.bars (with numeric badges), jqt.checkGroup & jqt.segmentedControl.Get updates via Twitter http://twitter.com/HeadDZombie. If you find this fork useful please make a donation via PayPal (http://tinyurl.com/2fpmx27). See below for demo links.
MIT License
159 stars 34 forks source link

Tabbar links don't work 2 levels down #38

Open cliley opened 13 years ago

cliley commented 13 years ago

I'm using the tabbar to quick link to 5 sections in my course syllabus app. That works great. However, if I go to say section 1 and then use list navigation to go deeper into that section, the section 1 icon in the tabbar remains enabled and won't respond to me clicking it to jump back to the section's home page. I like that it stays highlighted within the section, but you have to click on a different tabbar icon to get it working again.

DataZombies commented 13 years ago

This is a know limitation to the tabbar. I've been thinking, for two or three months, on how to keep page history in the tabbar, but haven't come up with a satisfactory method. I don't know when I will implement this functionality (I've got a day job), but I'll keep this issue open.

Thanks, djp

PS: You're more than welcome to fork this repo, develop the solution and submit a pull request.