Improving look & feel on Android
-
As it stands, my project works well on computers, but on Android, it doesn't look right. Everything is way too small, some icons are missing, dialogs are too small, and the keyboard covers text inputs at the bottom of the screen.
I need ways to fix these issues without compromising the desktop experience... in other words, I want:
- Uniform font size between Android and Desktop
- Uniform dialog size ""
- Bundled icons (future plans--no need for help here)
- Automatic scrolling to show text inputs even when the keyboard might cover them
What are my best ways to achieve this?
Running Qt 6.8.0-beta1
-
@swurl said in Improving look & feel on Android:
Running Qt 6.8.0-beta1
Any reason to use a beta version?
Did you try with latest stable version (6.7.x)? -
@jsulm said in Improving look & feel on Android:
@swurl said in Improving look & feel on Android:
Running Qt 6.8.0-beta1
Any reason to use a beta version?
Did you try with latest stable version (6.7.x)?No particular reason, but I double-checked and all of these issues are present on 6.7.1 as well.
-