iOS browser local URLs

Sannyasin Brahmanathaswami brahma at hindu.org
Wed Jan 22 09:32:16 EST 2020


Jacque wrote:
Bug report here: https://quality.livecode.com/show_bug.cgi?id=22543
------------
added the case: SivaSiva/nightly branch

which is even simpler: open stack Lexicon, Card 1 script, 

on preopencard
	if the environment is not "development" the
		set the url of widget "Browser" to (specialFolderPath("resources") & "/modules/lexicon/web/index.html")
	else
		set the url of widget "Browser" to (specialFolderPath("resources") & "/web/index.html") 
	end if
end preopencard

# works in desktop, Android. 
# Fails on iOS 13.3 with a Cataline build, 9.6dp2 
# white screen.... app hangs

Possibly a path thing? On mobile, we are setting the index.html relative to stack location....

BR



More information about the use-livecode mailing list