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. Virtual keyboard crash when I try to select input methods(chinese, english etc) on browser
Forum Updated to NodeBB v4.3 + New Features

Virtual keyboard crash when I try to select input methods(chinese, english etc) on browser

Scheduled Pinned Locked Moved Unsolved Qt for WebAssembly
4 Posts 2 Posters 771 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.
  • T Offline
    T Offline
    tham
    wrote on 28 Sept 2019, 06:47 last edited by tham
    #1

    When I try to select input methods from browser(scroll the comboBox, from english to chinese), the app crash and show following message

    Error message :

    Application exit (To use dlopen, you need to use Emscripten's linking support, see https://github.com/emscripten-core/emscripten/wiki/Linking)

    I add following commands

    static {
        QTPLUGIN += qtvirtualkeyboardplugin
        QT += svg
    }
    

    Do not work, then try

    wasm {
        QTPLUGIN += qtvirtualkeyboardplugin
        QT += svg
    }
    

    Do not work either. What do I missed? How could I make the virtual keyboard work?
    Is it possible to trigger virtual keyboards? From technical view points?

    1 Reply Last reply
    0
    • T Offline
      T Offline
      tham
      wrote on 28 Sept 2019, 13:57 last edited by
      #2

      Just find out there is a new page(Qt for WebAssembly) open, could anyone help me move this topic to there? Thanks

      1 Reply Last reply
      0
      • M Offline
        M Offline
        mrjj
        Lifetime Qt Champion
        wrote on 28 Sept 2019, 14:09 last edited by
        #3

        Hi
        Moved.
        Sadly i have yet to try Qt for WebAssembly so i don't know any answers, but it does
        seems like a cool technology.

        T 1 Reply Last reply 30 Sept 2019, 04:00
        1
        • M mrjj
          28 Sept 2019, 14:09

          Hi
          Moved.
          Sadly i have yet to try Qt for WebAssembly so i don't know any answers, but it does
          seems like a cool technology.

          T Offline
          T Offline
          tham
          wrote on 30 Sept 2019, 04:00 last edited by
          #4

          @mrjj Thanks for your helps, post a bug at JIRA, 78825

          1 Reply Last reply
          0

          4/4

          30 Sept 2019, 04:00

          • Login

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