Can anyone who knows how Android devices work explain why the following code used to work in FireFox on Android 5 but doesn't work on Android 9 or Android 8 in any of FireFox, Opera, Chrome, Android HTML Viewer. More importantly, can you tell me what I can do to make it work so I can read html files on the local file system.
Below is standard HTML code that works in a PC browser as HTML 4, HTML 5, and XHTML but fails with error messages of "Cant find URL" or "No app to open that file." NB: Extra spaces added to stop the code running.
< p class = " center " > < img src = " .. / images / in_the_mail_900.jpg " width = " 900 " height = " 1350 " alt = " Cover " > < / p >
< p class = " center " > < img src = " in_the_mail_900.jpg " width = " 900 " height = " 1350 " alt = " Cover " > < / p >
In the code above the first references a file in another sub-folder within the same folder the html is in a sub-folder of, while the second is another file in the same folder as the web page the code is on.
................
Bonus points for anyone who can tell me how to assign file associations that does not require Android to recognise a program in a sub-app first. When I try the methods mentioned on the Android help pages they all require a sub-app to be recognizing the various apps but it only recognises Chrome and HTML Viewer for .htm and .html file associations despite FireFox being on the device.
.......................
I dropped my old Android 5 device one too many times and its ghost is now freely wandering the universe. My New Lenovo M7 Tab uses Android 9 and is OK except it's totally useless for my intended purpose of reading htm and html files from the SD Card in it which I use for offline story reading.