I have a web page for example
"example.google.com/login?"
I have loaded this url into the WebView using WebView.loadUrl() method. I have the css for this webpage and saved it in under the assets folder. Now I want to apply custom css for this remote html. How do I achieve that?
I have used loadDataWithBaseurl() but it didn't help. How can I fix this problem?
Is css only applying for a local html file that is stored in assets folder?