Hybrid Mobile App - Theming

0
I have just deployed a Hybrid Mobile App via the Modeler and I am viewing it through the Mendix Developer App on an Android Phone. The styling is different than either the desktop app or the mobile app viewed via the IP address in a browser. Specifically, the background color of the header bar is what I am trying to change initially. How can I find out which classes to use to style the hybrid mobile app? Is there a reference or how to someone can direct me to?
asked
1 answers
1

You have to include a components.json file in your theme folder so that it will load your design correctly in the hybrid app.

https://world.mendix.com/display/refguide5/Customizing+Hybrid+Mobile+Apps

So any javascript or css that you want loaded needs to be included in the components.json file.

answered