Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. QT5 Examples webkitwidgets/browser with virtual keyboard
Forum Updated to NodeBB v4.3 + New Features

QT5 Examples webkitwidgets/browser with virtual keyboard

Scheduled Pinned Locked Moved Solved Mobile and Embedded
4 Posts 2 Posters 1.2k 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.
  • E Offline
    E Offline
    Eric Ruei
    wrote on last edited by
    #1

    We are using QT5.5.0 and WebkitWedget/Browser is one of the demo programs that we choose to run on TI Sitara 335x/437x EVMs. We encounter the following two virtual keyboard related issues.

    1. If we run QT5 Browser with EGLFS back end (i.e. Full screen mode), the virtual keyboard does not show up when we try to enter URL field. Is it an expected behavior? In other words, is virual keyboard supported on this mode?

    2. If we run QT5 Browser with Wayland back end, the virtual keyboard does show up and everything works fine except it is not clear how to make the virtual keyboard disappear after entering input. The virtual keyboard still appears even after the browser is terminated.

    Any inputs will be highly appreciated!

    Best regards,

    Eric

    1 Reply Last reply
    0
    • raven-worxR Offline
      raven-worxR Offline
      raven-worx
      Moderators
      wrote on last edited by
      #2

      about what virtual keyboard are we talking here? The native one or a one which is implemented in your application.

      The EGLFS backend only supports a single top-level window for painting, so this is the reason why no other window gets displayed.

      --- SUPPORT REQUESTS VIA CHAT WILL BE IGNORED ---
      If you have a question please use the forum so others can benefit from the solution in the future

      1 Reply Last reply
      0
      • E Offline
        E Offline
        Eric Ruei
        wrote on last edited by
        #3

        Thanks for the information. I am refer to the native one at the example because I did not change the code.
        For question one, yes, it makes sense that the virtual keyboard cannot show up because there is only one window supported.

        Do you have any suggestion for question two?

        Thanks again for your kind assistance!

        Best regards,

        Eric

        1 Reply Last reply
        0
        • E Offline
          E Offline
          Eric Ruei
          wrote on last edited by
          #4

          We found out the second issue was introduced by the new version of weston (1.9) implementation. The virtual keyboard works as expected on weston 1.6.

          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