AutoTools Display keyboard with html autofocus (Web Screen)

Discussion in 'AutoApps' started by serez01, Jan 7, 2018.

  1. serez01

    serez01 New Member

    Joined:
    Jan 7, 2018
    Messages:
    2
    Likes Received:
    0
    Hello. I have a small web screen that just contains a form with 1 text input field. I want the keyboard to display when the web screen loads, and the input is focused.

    I tried adding javascript to click the element, but that doesn't seem to pop up the keyboard.

    Do I need to use the AutoToolssetWindowFlags() fn?

    Here's my web screen:
    Display Mode: Dialog
    Source:
    <!DOCTYPE html>
    <head></head>
    <body>
    <form action="autotoolscommand://sendSearch=:=" method="get" id="form">
    <input id="searchStringInput" name="searchString" type="text" style="border: 1px solid white; border-radius: 6px; background: transparent; color: white; height: 15px" autocomplete="off" autofocus/>
    <input type="submit" hidden="true" />
    </form>
    </body>
    </html>
     
  2. joaomgcd

    joaomgcd Administrator Staff Member

    Joined:
    Feb 3, 2015
    Messages:
    9,479
    Likes Received:
    806
    Unfortunately I wasn't able to do it either. I think it's an Android limitation. I found no way around it :(
     
  3. serez01

    serez01 New Member

    Joined:
    Jan 7, 2018
    Messages:
    2
    Likes Received:
    0
    oh no! thanks for checking! is there anyway in any of your apps to mimic a finger touch?
     
: webscreen

Share This Page