Hi, I am using a webviewer to get a local web page, the web page and the images have been downloaded to the the same folder but when I call gotourl the webpage shows but does not display the images, can anyone please tell me what I am missing
here is the html code.
Thank you for your reply, I can't get it to work, the image files are in the same folder, I checked with a file manager, I am not calling http:// to a localhost I am using file:// when I parse the html and insert the absolute paths of the images it works ???
first I saved a file using Sunny's Efile, afterFileSaved I use get fileName and strip the filename leaving me the path, this is saved to a tinyDB. Using this path and the filename of the downloaded html I used the gotoUrl joining the filepath and the filename and using file:// on my webviewer. All of the image files are in the same folder as the html file.
Android 10, just development I haven't compiled it
sorry I am still working on this the customwebviewer needs to be set before you can gotoUrl I just found this out and at the moment it is throwing net:: ERR_ACCESS_DENIED when I try to ccess the downloaded html
You need to set FileAccess property to true.Also you need to have Read External Storage permission.
However, you can't access files outside of ASD in Android 10 and above versions.
yes everything was in the files folder for ai2. I just set the fileAccess re [vknow360] and then I tried a standard webviewer and lo and behold they both worked ??? I don't know now what I did, but thanks