Use web widget with keyboard component

How use web widget with keyboard component

To enter web url using keyboard:

  1. Add Web and Keyboard:
  2. Add following action:
  3. When user enter the URL and press Enter, the Web widget loads the page

See the example web_keyboard.pma (516.4 KB)

Thanks for this tutorial

ciao michael
non riesco a scaricare l’esempio web_keyboard.pma
attendo
grazie

Luca

Fixed link web_keyboard.pma (516.4 KB)

grazie Daniel ora risco a scaricarlo

Luca

I need write with keyboard component into web

Use the RunJavaScript() action:

See the example web_keyboard_js.pma (516.6 KB)

To insert text into search field and submit form:

"document.getElementsByName('q')[0].value='" + document.childByName("Keyboard").content.text + "'\;
document.getElementsByName('f')[0].submit()"

Grazie Michael
buon lavoro

Luca

Hi Michael, I’m trying to use the keyboard to enter text into an online survey that we’ve already created. text-input-website

Can the keyboard function like that too? Are you able to show me how?

Regards,
Bryan

Here is the example using javascript webview_custom_keyboard.pma (949.4 KB)

image

To import a keyboard into an existing project:

  1. Open your project
  2. Select File > Import > Open webview_custom_keyboard.pma
  3. Select Web keyboard group and click Add item

image


Back to Flipabit >
Copyright © 2018. Flipabit Team. All rights reserved.