Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
6.7.0, 6.7.1
Description
Pausing and resuming Android apps works a bit funkily if the user interacts with the application. Tapping on the app content, whether the element is interactable or not, causes the virtual keyboard to appear after the app is moved to the background and back to the foreground.
Regression from Qt 6.6
The logs don't show anything particularly worrisome or suspicious based on a quick look.
Preconditions:
- Qt 6.7.0/6.7.1
- Android emulator
Steps to reproduce:
- Deploy example to device
- Start example app
- Click on an element in the example
- Move the example to the background (for example adb shell input keyevent KEYCODE_HOME)
- Return to the example
Strangely, this doesn't reproduce on my actual Android 13 device, only on emulators. And even there not with an AVD with a skin. But managed to reproduce with A12, A13 and A14 using the emulator. So the possibility of an emulator bug is possible.
Attachments
Issue Links
- resulted from
-
QTBUG-116959 Verify lifecycle handling
- Closed