Change Intel xDK Background Color

Asked

Viewed 83 times

0

Colleagues.

I’m developing a mobile app by Intel SDK, but when I directly view it in the browser or emulator, the background appears white, but when I see it on my phone (Android 6.0), the background is black.

I tried to put in the body:

background-color: white; //tentei também em hexadecimal

But it’s still black.

1 answer

0

Have you tried applying ! Important to css?

background-color: white!important;

And see if no other file is accessing body properties. ;)

Browser other questions tagged

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