Re: Browser Widget question

2018-07-26 Thread William Prothero via use-livecode
Panos: Thanks, that cleared up one of my problems. I have two buttons, each of which launches a different URL. The http one launches first. This works as expected when I, for test purposes, block ATS. The second button launches an https site, but when I do “set the URL of widget “Browser” to

Re: Browser Widget question

2018-07-26 Thread panagiotis merakos via use-livecode
Hi Bill, On iOS http URL are blocked by ATS (App Transport Security). You can disable ATS in the iOS standalone settings, but it is not recommended. Another way is to add a whitelist of URLs that should not be blocked by ATS. This requires using a custom plist. Best, Panos -- On Thu, Jul 26,

Browser Widget question

2018-07-25 Thread William Prothero via use-livecode
I am using the browser widget on iOS. I can load and display one URL. But, if I set another URL, it doesn’t load. Are there commands I should give to unset the old URL and refresh to the new one? I have it working in the IDE, but on IOS, only the first URL will load. Another one has now effect.

Re: Another Browser Widget Question

2017-07-28 Thread Bleiler, Timothy via use-livecode
Thanks Matthias, I was working on a bug report and you beat me to it!! Tim Bleiler, Ph.D. Instructional Designer, HSIT University at Buffalo > On Jul 28, 2017, at 2:35 PM, Matthias Rebbe via use-livecode > wrote: > > I´ve just filed a bug report about the

Re: Another Browser Widget Question

2017-07-28 Thread Mark Waddingham via use-livecode
On 2017-07-28 20:35, Matthias Rebbe via use-livecode wrote: I´ve just filed a bug report about the problem that links that should open in a separate tab are not opened in Browserwidget Bug 20200 Thanks Matthias. In this case - I think this

Re: Another Browser Widget Question

2017-07-28 Thread Matthias Rebbe via use-livecode
I´ve just filed a bug report about the problem that links that should open in a separate tab are not opened in Browserwidget Bug 20200 Matthias Rebbe +49 5741 31 ‌matthiasrebbe.eu ‌ > Am 28.07.2017 um 20:22

Re: Another Browser Widget Question

2017-07-28 Thread Mark Waddingham via use-livecode
On 2017-07-28 20:18, Bleiler, Timothy via use-livecode wrote: I don’t see any other messages in the dictionary that look applicable. If one of these was expected to work, then I’ll file the bug report. Please do file a report - they are the only messages it sends, so if you get none of them

Re: Another Browser Widget Question

2017-07-28 Thread Bleiler, Timothy via use-livecode
Thank you Mark, I'm reluctant to file a bug report if I’m just not handling the appropriate message. I’ve tried catching the following messages in the script of the browser widget and none of them appear to be sent when clicking on the example link in a page with nothing else defined. The web

Re: Another Browser Widget Question

2017-07-28 Thread Mark Waddingham via use-livecode
On 2017-07-28 19:30, Bleiler, Timothy via use-livecode wrote: It’s the browser’s responsibility to handle this html syntax https://www.w3schools.com; target="_blank">Visit W3Schools Is there a way to deal with this using the browser widget in Livecode? In the context of the browser widget,

Re: Another Browser Widget Question

2017-07-28 Thread Jonathan Lynch via use-livecode
One point where the LC UI is superior to HTML MouseStillDown LC has this handler, HTML5 does not - at least not in a simple way. Sent from my iPhone > On Jul 28, 2017, at 1:30 PM, Bleiler, Timothy via use-livecode > wrote: > > Hi, > > This has been asked

Another Browser Widget Question

2017-07-28 Thread Bleiler, Timothy via use-livecode
Hi, This has been asked before on this list and in the forums and I’ve never seen even a single reply. I assume it’s either blindingly obvious or something we’re "not supposed to do." When a web page loaded in the current Livecode browser widget contains a link that should be opened in a tab

Re: Browser widget question

2016-10-20 Thread Bob Sneidar
What I still don't seem to be able to fathom is, did any of their customers lose money via these exterraneous accounts? Bob S On Oct 20, 2016, at 10:26 , Jim Lambert > wrote: RichardG wrote: Wells Fargo will enable it for you if you open 15 savings

Re: Browser widget question

2016-10-20 Thread Jim Lambert
>> >> RichardG wrote: > > Wells Fargo will enable it for you if you open 15 savings accounts. ;) Wells Fargo will automatically open those bank accounts for you even if you don’t want them and without your even knowing! ;) Jim Lambert ___

[OT] That bank (was: Browser widget question)

2016-10-19 Thread J. Landman Gay
On 10/19/16 2:44 PM, Richard Gaskin wrote: William Prothero wrote: It’s odd that Wells Fargo, a big US financial institution, doesn’t meet the security requirements for ATS. Wells Fargo will enable it for you if you open 15 savings accounts. ;) :) I was in there the other day to conduct

Re: Browser widget question

2016-10-19 Thread Richard Gaskin
William Prothero wrote: > It’s odd that Wells Fargo, a big US financial institution, doesn’t > meet the security requirements for ATS. Wells Fargo will enable it for you if you open 15 savings accounts. ;) -- Richard Gaskin Fourth World Systems Software Design and Development for the

Re: Browser widget question

2016-10-19 Thread William Prothero
Panos: Thanks! It’s odd that Wells Fargo, a big US financial institution, doesn’t meet the security requirements for ATS. Best, Bill > On Oct 19, 2016, at 11:41 AM, panagiotis merakos wrote: > > Hi Bill, > > ATS can also block https connections, if they do not meet some

Re: Browser widget question

2016-10-19 Thread panagiotis merakos
Hi Bill, ATS can also block https connections, if they do not meet some extra conditions. See this report for more details http://quality.livecode.com/show_bug.cgi?id=18645 Best, Panos On 19 Oct 2016 19:36, "William Prothero" wrote: > Folks: > I’m on OSX 10.11.6 and

Browser widget question

2016-10-19 Thread William Prothero
Folks: I’m on OSX 10.11.6 and LC 8.1.1., XCode 8. I am finding that the browser widget works fine in the IDE, but I get no web page downloaded in the iOS simulator unless ATS is disabled. I know the latest iOS will not allow http connections unless ATS is disabled. I tried