Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-105872

wasm: events from native virtual keyboards not sent to Qt Quick windows

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • P2: Important
    • None
    • 6.4.0 Beta3
    • None
    • WebAssembly

    Description

      Any key events synthesized in QWasmInputContext::inputStringChanged() are not recognized/received by input controls in Qt Quick windows. The code path to the mentioned method works properly, i.e. Android's native VK opens and key presses are received through the hidden input. However I'm unable to get even the simplest ApplicationWindow with a TextField control work:

      import QtQuick.Controls
      
      ApplicationWindow {
      	width: 1280
      	height: 800
      	visible: true
      	TextField { }
      }
      

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            lpotter Lorn Potter
            tobydox Tobias Junghans
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes