Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Avoid double touch to finish work with VirtualKeyboard
Forum Updated to NodeBB v4.3 + New Features

Avoid double touch to finish work with VirtualKeyboard

Scheduled Pinned Locked Moved Unsolved QML and Qt Quick
1 Posts 1 Posters 183 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • SebastianMS Offline
    SebastianMS Offline
    SebastianM
    wrote on last edited by SebastianM
    #1

    Hi,
    User inserting data into TextInput field with help of VirtualKeyboard. When finish user (1) press Enter on VK and then Next on page or (2) press outside VK to close it and then Next on Page.
    How to avoid this?

    I investigate usage of custom InputMethod to capture in keyEvent Enter - but this will solve only scenario (1).

    PS: To solve (1) I can simply wait for onAccepted from TextInput and forward it to Next button signal.

    1 Reply Last reply
    0

    • Login

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Get Qt Extensions
    • Unsolved