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: 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

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

Re: Webview scrolling

2021-10-08 Thread Brian Milby via use-livecode
Could you detect the keyboard being shown and resize the web view? Sent from my iPad > On Oct 8, 2021, at 9:21 PM, J. Landman Gay via use-livecode > wrote: > > I told a web designer I'd ask here to see if anyone has ideas. I'm > displaying a web page with a form in a browser widget. On

Webview scrolling

2021-10-08 Thread J. Landman Gay via use-livecode
I told a web designer I'd ask here to see if anyone has ideas. I'm displaying a web page with a form in a browser widget. On Android, when I tap into one of the lower form fields, the browser content does not scroll up and the keyboard covers the field you're trying to type into. There are two