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
QtWS25 Last Chance

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 559 Views
  • 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.
  • thamT Offline
    thamT Offline
    tham
    wrote on 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
    • thamT Offline
      thamT Offline
      tham
      wrote on 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
      • mrjjM Offline
        mrjjM Offline
        mrjj
        Lifetime Qt Champion
        wrote on 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.

        thamT 1 Reply Last reply
        1
        • mrjjM mrjj

          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.

          thamT Offline
          thamT Offline
          tham
          wrote on last edited by
          #4

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

          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