Re: Previous request not completed

2021-10-09 Thread Tom Glod via use-livecode
Hhhmm Hi Jacquelinee, which library are you using to send the requests? Because that sounds like an error from liburl, and it describes the limitation of the library. I could be wrong, but when using tsnet in async mode, that error would not be triggered by the engine. Hope that helps. On

Previous request not completed

2021-10-09 Thread J. Landman Gay via use-livecode
When sending several requests to a server, I get "Previous request not completed" a lot. If I set tsNetLibUrlReuseConnection to false, will that prevent it? Are there any down sides? -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software |

Re: Webview scrolling

2021-10-09 Thread J. Landman Gay via use-livecode
On 10/9/21 12:15 PM, J. Landman Gay via use-livecode wrote: I was ready to implement the resizing suggestion Devin made if this failed Oops, I meant Brian. -- Jacqueline Landman Gay | jac...@hyperactivesw.com HyperActive Software | http://www.hyperactivesw.com

Re: Webview scrolling

2021-10-09 Thread J. Landman Gay via use-livecode
On 10/9/21 7:24 AM, Bernard Devlin via use-livecode wrote: Are you using mobileSetKeyboardDisplay "pan"? I found a bug with that too though. https://quality.livecode.com/show_bug.cgi?id=23245 I wasn't using "pan" because I completely forgot we had it now. I just tried it and it works great.

Re: Screensizes.app

2021-10-09 Thread Rick Harrison via use-livecode
Hi Mark, That’s a nice resource. Thanks! Rick > On Oct 9, 2021, at 6:50 AM, Mark Smith via use-livecode > wrote: > > Stumbled on this today. Lists all Apple models and screen sizes (plus safe > areas, notch areas, portrait, landscape, etc) includes iPhone, iPad, > watches, TV, etc. You

Re: Webview scrolling

2021-10-09 Thread Bernard Devlin via use-livecode
Are you using mobileSetKeyboardDisplay "pan"? I found a bug with that too though. https://quality.livecode.com/show_bug.cgi?id=23245 On Sat, Oct 9, 2021 at 2:21 AM J. Landman Gay via use-livecode < use-livecode@lists.runrev.com> wrote: > I told a web designer I'd ask here to see if anyone has

Screensizes.app

2021-10-09 Thread Mark Smith via use-livecode
Stumbled on this today. Lists all Apple models and screen sizes (plus safe areas, notch areas, portrait, landscape, etc) includes iPhone, iPad, watches, TV, etc. You can list by screen size or model, and there is a spreadsheet view ('Compare Models'). https://www.screensizes.app

Re: Webview scrolling

2021-10-09 Thread matthias rebbe via use-livecode
Jacque, i am not sure if this is of help, but... https://stackoverflow.com/questions/7026854/textbox-hidden-below-keyboard-in-android-webview > Am 09.10.2021 um 03:20 schrieb J. Landman Gay via use-livecode > : > > I told a web designer I'd ask here to see if anyone has ideas. I'm