Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
5.15.2
-
None
-
Samsung Galaxy S20 Ultra (Android 11)
Description
When changing the Android targetSdkVersion from 29 to 30 then the scaling is much smaller:
// build.gradle: defaultConfig { resConfig "en" minSdkVersion = qtMinSdkVersion targetSdkVersion = 30 //qtTargetSdkVersion }
Steps to reproduce:
- Create a new Stacked Qt Quick application in Qt Creator.
- Select 5.15.2 Android Qt SDK.
- Change build.gradle as shown above.
- Uninstall old version of the app if already installed on the Android device.
- Run. The font size is now much smaller than with targetSdkVersion 29.