How to use CSS style in application?

Asked

Viewed 532 times

6

I created a app for Android using the App Framework from Intel and built with Phonegap.

He has the visual style of framework, but when I run it on Android device, it uses the native appearance, that black.

How do I reverse this?

2 answers

4

Have you tried using the Style Builder? If it doesn’t work, test this too

$.ui.useOSThemes = false;

0

usually when using phonegap, it tends to pick up android settings. I advise you in css to put the classes as ! Mportant and review how are the tags. Another good idea, (I’m using at the moment) is the Jquery Mobile, it has its formatting but has a theme builder that works which is a beauty.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.