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. Hide Android virtual keyboard globally
Forum Updated to NodeBB v4.3 + New Features

Hide Android virtual keyboard globally

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
2 Posts 1 Posters 1.1k 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.
  • P Offline
    P Offline
    pvolpi
    wrote on last edited by
    #1

    Hi,
    in my Qml application I'd like to use a custom virtual keyboard implemented as a platforminputcontexts plugins with an in-process Qml input panel. Every is working fine but I can't prevent the Android keyboard to be shown over my custom keyboard every time my application requests an input. Is it possible to hide/disable the Android virtual keyboard globally for an application?

    Thx

    1 Reply Last reply
    0
    • P Offline
      P Offline
      pvolpi
      wrote on last edited by pvolpi
      #2

      Ok, the problem was related to my platforminputcontext plugin loading. I didn't find how to load custom platfominputcontext plugins under android (it seems to me that isn't possible), so I've integrated my plugin sources into android platform plugin and I've reimplemented QAndroidPlatformIntegration::inputContext() method returning a pointer to the custom QPlatformInputContext instead of QAndroidInputContext.

      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