Ive got at webView that loads a local html-file, contained in the Resources-folder.
However, the html-file is supposed to have both image (.png) and sound (.wav) loaded locally as well. But even though Ive placed these resources in the Resources-folder together with the html-fil, they are not loaded and simply ignored by the browser. Text and other stuff is visible, though.
The search-path from the html-file for instance for an image is:
Nothing fancy.
How can I load these resources as well?
However, the html-file is supposed to have both image (.png) and sound (.wav) loaded locally as well. But even though Ive placed these resources in the Resources-folder together with the html-fil, they are not loaded and simply ignored by the browser. Text and other stuff is visible, though.
The search-path from the html-file for instance for an image is:
Code:
<img src="myimage.png">
Nothing fancy.
How can I load these resources as well?