Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt for WebAssembly
  4. Not receiving keyboard inputs for TextField in Release mode
Forum Updated to NodeBB v4.3 + New Features

Not receiving keyboard inputs for TextField in Release mode

Scheduled Pinned Locked Moved Unsolved Qt for WebAssembly
1 Posts 1 Posters 197 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.
  • J Offline
    J Offline
    James A
    wrote on last edited by
    #1

    I am qt web assembly 6.5.2. I build my application in release mode. The keyboard input is not working in release mode but in debug mode, it works fine.

    This issue happens when I add the TextFiled inside the Page QML like below

    Page{
           TextField {
    
               text: qsTr("Hello QMLGUI")
               anchors.horizontalCenter: parent
               font.family: Constants.font.family
               anchors.topMargin: 45
           }
       }
    

    Another observation: when I press the tab, it is allowing me to type. But clicking the text field does not.

    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