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?
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?