Re: iOS browser local URLs

2020-01-22 Thread Sannyasin Brahmanathaswami via use-livecode
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 widge

Re: iOS browser local URLs

2020-01-21 Thread J. Landman Gay via use-livecode
6:19 PM > To: How to use LiveCode > Cc: J. Landman Gay > Subject: Re: iOS browser local URLs > > On 1/20/20 3:05 PM, J. Landman Gay via use-livecode wrote: >> On 1/20/20 2:41 PM, J. Landman Gay via use-livecode wrote: >>> I can't load a local html file into a br

Re: iOS browser local URLs

2020-01-21 Thread J. Landman Gay via use-livecode
inal Message- > From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On Behalf > Of J. Landman Gay via use-livecode > Sent: Monday, January 20, 2020 6:19 PM > To: How to use LiveCode > Cc: J. Landman Gay > Subject: Re: iOS browser local URLs > > On 1/20/20 3:05 PM, J. La

Re: iOS browser local URLs

2020-01-21 Thread panagiotis merakos via use-livecode
Hello all, I did a quick test with a browser widget and 2 buttons, where each one of them sets the URL of the browser widget to a different URL, and it works fine for me. Since both Jacque and Brahmanathaswami are affected, there must be something going on. So please do submit a recipe asap - the

Re: iOS browser local URLs

2020-01-21 Thread Sannyasin Brahmanathaswami via use-livecode
I am pretty sure it is a regression. I have a business support request to test the Andre's "htmt5" Lexicon on iOS built in 9.5 (comes packaged inside the SivaSiva app) I can't test myself because of upgrading to Catalina…. It was working 9.5 but not on 9.6DP2. Works fine on android. I had to

Re: iOS browser local URLs

2020-01-20 Thread panagiotis merakos via use-livecode
n Information Services > > rdim...@evergreeninfo.net > > > > > > -Original Message- > > From: use-livecode [mailto:use-livecode-boun...@lists.runrev.com] On > Behalf > > Of J. Landman Gay via use-livecode > > Sent: Monday, January 20, 2020 6:19 PM

RE: iOS browser local URLs

2020-01-20 Thread J. Landman Gay via use-livecode
J. Landman Gay Subject: Re: iOS browser local URLs On 1/20/20 3:05 PM, J. Landman Gay via use-livecode wrote: On 1/20/20 2:41 PM, J. Landman Gay via use-livecode wrote: I can't load a local html file into a brwoser widget on iOS: set the url of widget "browser" to "file

RE: iOS browser local URLs

2020-01-20 Thread Ralph DiMola via use-livecode
o:use-livecode-boun...@lists.runrev.com] On Behalf Of J. Landman Gay via use-livecode Sent: Monday, January 20, 2020 6:19 PM To: How to use LiveCode Cc: J. Landman Gay Subject: Re: iOS browser local URLs On 1/20/20 3:05 PM, J. Landman Gay via use-livecode wrote: > On 1/20/20 2:41 PM, J. Landman Gay

Re: iOS browser local URLs

2020-01-20 Thread J. Landman Gay via use-livecode
On 1/20/20 3:05 PM, J. Landman Gay via use-livecode wrote: On 1/20/20 2:41 PM, J. Landman Gay via use-livecode wrote: I can't load a local html file into a brwoser widget on iOS: set the url of widget "browser" to "file://" & specialFolderPath("documents") & "/folder/myFile.html#1234" I've t

Re: iOS browser local URLs

2020-01-20 Thread J. Landman Gay via use-livecode
On 1/20/20 2:41 PM, J. Landman Gay via use-livecode wrote: I can't load a local html file into a brwoser widget on iOS: set the url of widget "browser" to "file://" & specialFolderPath("documents") & "/folder/myFile.html#1234" I've tried "file:" with no slashes, one or two slashes, and omitti