Background image in tabbar html-content

Is it possible to include a background image to the tabbar html content?

Yes, it’s possible.
You need to apply the next methods to your tabbar:

tabbar.enableContentZone(true);
tabbar.setContent(“tab1”, “content”);

And in the body put the div with your text content and its background image:

text