Re: [Interest] WebVuew::runJavaScript problems

2018-08-25 Thread Christoph Keller
op-level scope: var testResult = "incomplete"; So I should at least get "incomplete".  So what do I have to do to get testResult in iOS? *Sent:* Thursday, August 23, 2018 at 7:59 AM *From:* "Jérôme Godbout" *To:* "Jason H" *Cc:* "interestqt-project.org"

Re: [Interest] WebVuew::runJavaScript problems

2018-08-24 Thread Jason H
almost instantly after setting the URL.    The issue is only on iOS, Android is fine. This seems to be an issue with iOS WebView...       Sent: Thursday, August 23, 2018 at 6:41 PM From: "Tony Rietwyk" To: interest@qt-project.org Subject: Re: [Interest] WebVuew::runJavaScript pro

Re: [Interest] WebVuew::runJavaScript problems

2018-08-24 Thread Jason H
n iOS, Android is fine. This seems to be an issue with iOS WebView...       Sent: Thursday, August 23, 2018 at 6:41 PM From: "Tony Rietwyk" To: interest@qt-project.org Subject: Re: [Interest] WebVuew::runJavaScript problems Hi Jason, When are you calling runJavaScript?  How are you l

Re: [Interest] WebVuew::runJavaScript problems

2018-08-23 Thread Tony Rietwyk
uot;Jérôme Godbout" *To:* "Jason H" *Cc:* "interestqt-project.org" *Subject:* Re: [Interest] WebVuew::runJavaScript problems you can always add a request argument with current datetime to your request url, this avoid caching: https://myserver.org?date=20180823_085632 e

Re: [Interest] WebVuew::runJavaScript problems

2018-08-23 Thread Jason H
p-level scope: var testResult = "incomplete";   So I should at least get "incomplete".  So what do I have to do to get testResult in iOS?   Sent: Thursday, August 23, 2018 at 7:59 AM From: "Jérôme Godbout" To: "Jason H" Cc: "interestqt-project.org"

Re: [Interest] WebVuew::runJavaScript problems

2018-08-23 Thread Jérôme Godbout
you can always add a request argument with current datetime to your request url, this avoid caching: https://myserver.org?date=20180823_085632 even if you don't use the argument, it would not cache it On 23 August 2018 at 00:58, Jason H wrote: > I think I'm also seeing a caching problem where t

Re: [Interest] WebVuew::runJavaScript problems

2018-08-22 Thread Jason H
I think I'm also seeing a caching problem where the server is updated but I'm getting old html code. Can I invalidate the cache? > Sent: Wednesday, August 22, 2018 at 10:56 PM > From: "Jason H" > To: "interestqt-project.org" > Subject: [Interest] WebVuew::runJavaScript problems > > I'm trying t