Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I'm using the TabBar plugin with PhoneGap and everything is working successfully. However I wish to deselect all tabs at the end of a function.

On the console log I can see that the functions are all successful until the line window.uicontrols.selectTabBarItem(''); whereupon the function finishes and - worst of all - the tab is still selected.

I have tried selecting a different tab (in case it was my syntax) but this will not work either: window.uicontrols.selectTabBarItem("foo");

How can I make the tabs all deselect - or at least regain some control over these tabs? Because it seems as though I have none...

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.