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. Android screen flicker when keyboard pops up
Forum Updated to NodeBB v4.3 + New Features

Android screen flicker when keyboard pops up

Scheduled Pinned Locked Moved Unsolved Mobile and Embedded
2 Posts 1 Posters 161 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.
  • M Offline
    M Offline
    Michel de Boer
    wrote on 18 Feb 2025, 17:59 last edited by
    #1

    In AndroidManifest.xml I have:

    android:windowSoftInputMode="adjustResize"
    

    This properly resizes my window when the keyboard pops up. However the resizing causes an ugly flicker in the screen.
    Is there a way to make that better?
    Is it a bug?

    1 Reply Last reply
    0
    • M Offline
      M Offline
      Michel de Boer
      wrote on 21 Feb 2025, 14:29 last edited by
      #2

      I have worked around this by using "adjustNothing" and get keyboard geometry from Java code.

      1 Reply Last reply
      0

      1/2

      18 Feb 2025, 17:59

      • Login

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