Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I'm working on a small game for android.
I dont want the android settings to influence my scalings and fontsizes. How do i disable the changes of my QML-App to Android Font Size and Display Size Settings?
Thank you.
I don't know if there is a Qt-way to achieve this, but you can use Android native APIs.
Check this and this.
I've just made it and it works fine. Tested under Android 11 and Android 13.