How to get WebView to ignore css

Myncinila

New Member
I am trying to load a local HTML page in an Android Webview. This page contains some layouting using CSS. But I also noticed that the Webview has a setBackgroundColor() method in which you can set a background color. however this does not work when the CSS file also set a background color.Does anyone know how to make the Android Webview to ignore these CSS style when I set my own background color?
 
Top