How to use CSS style in application?

6

I created an app for Android using App Framework from Intel and did the build with PhoneGap.

It has the visual style of the framework , but when I run it on the Android device, it uses the native, black look.

How do I reverse this?

    
asked by anonymous 28.08.2014 / 15:47

2 answers

4

Have you tried using Style Builder ? If it does not work, also try

$.ui.useOSThemes = false;
    
05.11.2014 / 19:40
0

Normally when using the phonegap, it tends to pick up android settings. I advise you in the css to put the classes as! Important and review how the tags are. Another good idea (which I'm currently using) is Jquery Mobile , it has its formatting but has a constructor of themes that works that is a beauty.

    
10.11.2014 / 16:50