When ever I make a css class change, the changes don\'t always appear. This appears to happen when I have a touch event that adds something like a down class name to a butto
Just clear the cache of webView in oncreate() and it works for me.
webView.clearCache(true);