I can show an image in HTML using this absolute path
file:///storage/sdcard0/Android/data/my.app.id/cache/myImage.jpg
as a src value.
As CSS's url property is relative to the location of the CSS file it of course won't know how to interpret the absolute path given above huh?
Is there a way to set the background url property to my given image?
Perhaps converting the given absolute path to relative path of my CSS somehow?
Similar question:
Any help appreciated