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. Any possibility for text input on iOS?
Forum Updated to NodeBB v4.3 + New Features

Any possibility for text input on iOS?

Scheduled Pinned Locked Moved Unsolved Qt for WebAssembly
4 Posts 2 Posters 646 Views 2 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.
  • M Offline
    M Offline
    matthk
    wrote on 15 Jan 2022, 23:42 last edited by matthk
    #1

    Hello everyone
    In the WebAssembly-wiki I read among other things the following:

    "Note: There is currently no support for text input using the virtual keyboard. Safari currently does not support wasm modules of the size Qt produces."

    Does this mean that there is no possibility to use the keyboard provided by (in my case) iOS or does this only refer to the VirtualKeyboard from Qt? Are there any text input options at all on iOS?

    The simplest attempts with text input fields in QML work fine on PC but no keyboard comes up on my iPhone. All experiments were hosted on a real web server for testing.

    I wanted to write a small todo web application that works with a database and then host it on my server but without text input I can forget it unfortunately.

    I'm currently using Qt 6.2.2 with WebAssembly.

    1 Reply Last reply
    0
    • L Offline
      L Offline
      lorn.potter
      wrote on 16 Jan 2022, 19:37 last edited by
      #2

      I have been working on getting native mobile keyboards working, but it has not yet been merged.
      It needs more work, as recent changes that are going in, conflict with this one.

      https://codereview.qt-project.org/c/qt/qtbase/+/384722

      Hopefully in Qt 6.3

      Freelance Software Engineer, Platform Maintainer QtWebAssembly, Maintainer QtSensors
      Author, Hands-On Mobile and Embedded Development with Qt 5 http://bit.ly/HandsOnMobileEmbedded

      1 Reply Last reply
      0
      • M Offline
        M Offline
        matthk
        wrote on 16 Jan 2022, 21:21 last edited by
        #3

        Ok, thank you for the info. I can wait patiently and wish you good luck. I can still write my small web application, it will work on the PC. The final deployment on the server will have to wait.

        Is it too much to ask for a short explanation of the problem with the text input?

        1 Reply Last reply
        0
        • L Offline
          L Offline
          lorn.potter
          wrote on 17 Jan 2022, 06:29 last edited by
          #4

          Short explanation is that the webassembly qpa plugin has no support for the input context. :)

          Freelance Software Engineer, Platform Maintainer QtWebAssembly, Maintainer QtSensors
          Author, Hands-On Mobile and Embedded Development with Qt 5 http://bit.ly/HandsOnMobileEmbedded

          1 Reply Last reply
          0

          1/4

          15 Jan 2022, 23:42

          • Login

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