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?
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?
Have you tried using Style Builder ? If it does not work, also try
$.ui.useOSThemes = false;
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.