This worked both iOS/Android
There was no need to copy from when web tree to documents folder.
The keys were:
1) no "file://"
2) on desktop the "resources" is the one with "lexicon.livecode" which is
relative the "/web" in the same directory.
But it still requires slash… in web environment sl
I find that on Android you don't use the "file:" prefix - try:
set the url of widget "about" to (specialFolderPath("resources") &
"/web/index.html")
HTH
cheers
Alan
> On 8 Apr 2018, at 7:30 pm, Sannyasin Brahmanathaswami
> wrote:
>
> I give up! What is the magic that gets the browser widge
BR,
I do it and use the same path for both mobile platforms. The only thing I
can think of is that I move the html folder tree to a folder in "the
documents folder". I also zip it up for brevity in the package. When the app
starts the first time(or app update) I unzip it to the documents folder. I