Hiding a Tabbar

I have 3 inidividual tabbars. When I open the page, I see the tabbars, one below the other



I want to hide the bittom 2 Tabbars and display them whenevr I want using a javascript.



How do I that?



When I use style.display=“none” in onload condition, it does not show up at all.



There has to be some trick…

How do I that?
There is no API methods to fully hide tabbar, you can use display:none to hide them

>>When I use style.display=“none” in onload condition, it does not show up at all.
If you init tabbar in hidden container you need to be sure, that it has some fixed styles assigned to it, please check attached sample.

1226337672.zip (81 KB)