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

_______________________________________________
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Reply via email to