Tabbar Loading

When loading tabbar (i’m loading it from HTML) the html content is displayed on the screen before the tabs finish loading. The tabs will load, but not before showing their content first. Is there a way to have the tabs load instantly when the page loads or at least not show the tab contents before they are finished loading?

You can add style display:none to the content , which will be loaded inside tabbar. Such style will be automatically removed after tabbar initialization. ( with such style content will be invisible during initial page loading )