Hello
I am building an Android application using Clang Qt 6.4.1 armeabi-v7a. However, on other devices such as the Pixel 4 (Android 13) I get a “blank space” appearing on the right at at the bottom of the application when I change the orientation of the device from Portrait to Landscape and vice versa. Here are some photos;
The app: https://drive.google.com/file/d/1mJqAhuD057NpcaHBrsdEIi0jYGLdTe9Z/view?usp=drivesdk
When flipped horizontally: https://drive.google.com/file/d/1m6o4rF59u9ABez2wUEItS0t6ax3hH2p-/view?usp=drivesdk
The issue is in the second image. Is this a bug? What do you recommend? Should I try use Felgo for Qt 5 instead??