-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
6.9.1
-
None
-
Android Studio x86_64 Emulator (API 35),
Windows 11 23H2,
CMake = 3.30.5,
Gradle = 8.14,
Qt Tools for Android Studio = 4.1,
QtGP = 1.3,
Kotlin = 2.0.21,
Java = jdk-17,
NDK = 27.2.12479018
What:
When navigating through different Activities in Jetpack compose, a View3D component zooms in on its bottom left corner. This happens, but may not be limited to only happening, when:
- The app is opened
- Starting an Activity (doesn't need to have QML content)
- Backing out to previous Activity
- Moving to a different Activity with a View3D
And when:
- The app is opened
- Open Activity with View3D
- Back out
- Open the same Activity with View3D
Above on the left is the expected (and initial view if its the first opened Activity), and on the right is the zoomed in screen.
Steps to reproduce:
- Open app
- Click "View3D Debug Screen"
- Back out
- Click "Empty Activity"
- Back out
- Click "View3D Debug Screen" again
- EXPECTED = View3D looks the same as it did the first time
- ACTUAL = View3D is now zoomed in to the bottom left
Example video:
navigation--zoom-in-video.mkv
Example project:
QTBUG-139173.7z
(Note: replace QtBuild file directories in build.gradle with your local installations)
- resulted from
-
QTBUG-138112 How to use QtQuickView in Jetpack Compose?
-
- Reported
-