Sujet : Re: viewing local htm files on Android device
De : mslone (at) *nospam* nospam.uk (Malone)
Groupes : comp.mobile.androidDate : 25. Jul 2024, 20:31:08
Autres entêtes
Organisation : To protect and to server
Message-ID : <v7u95r$198qd$2@paganini.bofh.team>
References : 1 2 3
User-Agent : Mozilla Thunderbird
On Thu-25-Jul-2024 8:58 am, Andy Burns wrote:
Dave Royal wrote:
In the absence of an authoritative answer, and based on some
googling (I am not a developer of Android apps), I'll offer a
guess.
>
I suspect that for the content URI in the shortcut (which is a
pointer to a local resource, and AFAICS not the same as afile://
URI)
In a similar case, where we load a lot of documents (mixed .pdf and .html) onto an android tablet for use in a vehicle, we ended up installing a local web server on the tablet (and even paying the developer for a few tweaks to it).
Thanks for that Andy. That sounds a great idea. Although I've installed a web server on my Window machine, doing a bit of googling suggests that doing something similar on an Android tablet is going to be slightly beyond my technical competence..