Brand your Tabris.js app

April 2, 2015 | 1 min Read

Branding an app is essential! That’s why we wanted to make the branding of a Tabris.js app as easy as possible. As you might have read, since a few days we provide a free build service on tabrisjs.com that allows you to build your apps online. So, how do you add branding to your Tabris.js app?

For us branding is adding your own logos, splash screens, title and IDs. As a result you need a set of icons first. We can recommend makeappicon.com to generate the needed set of icons. Doing it manually does always take forever…

After you have your icon set ready you can simply add it to your config.xml like in the example below. You might notice that this looks like you are doing the branding for an Apache Cordova app. This is no coincidence! Tabris.js is compatible with Apache Cordova. This means you can use the config.xml as you know it from plain Cordova apps.

    ...

Adding splash screens works exactly the same way. Take a look at the Cordova documentation to see what’s possible. As always, please feel free to leave a comment or any kind of feedback.