Ok so what i do is the following:
i have a html string i show in a WebView like this:
webView.loadDataWithBaseURL("",htmlText, "text/html","utf-8", null);
i also have a local css file i want to apply to that html String in the webView.
i looked this up for a while but no solution seemed to work.
There should be a way to save the css file in the assets folder and call it from somwhere but i dont have an idea how.
and suggestions?