Android Question where to store & access CSS file

tsteward

Well-Known Member
Licensed User
Longtime User
My app creates dynamic html from data I extract from and sql file. I then piece it together and create the html file.
So far I have been embedding the css script within the html file but this is getting to be too much effort & repeating code.

I would like to create a css file to distribute with the app.
How do I tell my manually created html display in webview where to find the css file?
 

DonManfred

Expert
Licensed User
Longtime User
upload the css to your webspace and reference the complete url in the html.

Cross origin may appear
 
Upvote 0
Top