Re: Browser widget on iOS

2018-07-17 Thread Terry Judd via use-livecode
behalf of Terry Judd via use-livecode Reply-To: How to use LiveCode Date: Wednesday, 18 July 2018 1:52 pm To: How to use LiveCode Cc: Terry Judd Subject: Browser widget on iOS Hi - is there some magic for getting the browser widget to work on iOS? Most of the time it displays nothing in either the

Browser widget on iOS

2018-07-17 Thread Terry Judd via use-livecode
Hi - is there some magic for getting the browser widget to work on iOS? Most of the time it displays nothing in either the simulator or on an actual device (the URL is definitely set) and when it does (not sure what gets the display to work in these situations), it doesn’t scroll and none of the

Disallowing overscroll/bounce in the browser widget on iOS

2017-06-29 Thread Jonathan Lynch via use-livecode
Has anyone managed to block that annoying bounce effect? It looks terrible in an app. I tried all sorts of CSS and JS, but no luck. I am going to explore editing the plist, since this is related to a UIWebView setting, but if anyone has already done this, it would be most helpful. Sent from my

Re: Apparent peculiar behavior in browser widget on iOS

2017-05-25 Thread Jonathan Lynch via use-livecode
More specifically - this seems to happen after setting the htmltext by script. It works fine if the browser widget already has the right htmltext when the stack loads. Sent from my iPhone > On May 25, 2017, at 12:59 PM, jonathandly...@gmail.com wrote: > > It appears that one cannot send a Jav

Apparent peculiar behavior in browser widget on iOS

2017-05-25 Thread Jonathan Lynch via use-livecode
It appears that one cannot send a JavaScript message from the browser widget to LC from a JS function initiated by a body onload event. It works on mac, but not on iPhone. It is most peculiar and I am wondering if anyone else has encountered anything like this. Sent from my iPhone