The reason why I do not use Falkon as my default browser is that it has no option to set a default scale factor. However this would be highly required for anyone working with UHD/HiDPI because otherwise web pages are viewed too small by default.
The app should use the scale factor set by the user in the settings app of whatever platform it's running on. What's your OS? Linux with KDE Plasma or GNOME? Windows? Something else?
The user interface is scaled right. Only the web pages are too small. If I set QT_SCALE_FACTOR=2 then the user interface is twice as big as it should be while the web pages seem to be displayed correctly. Using Debian GNU Linux 10 (Buster) with KDE desktop.
Thanks. Re-titling to reflect the issue itself.
I would like an option to set the web content default scale factor independent of the UI scale factor which can be set via QT_SCALE_FACTOR or via systemsettings5. It may depend on the user what he finds to be comfortable.
(In reply to Elmar Stellnberger (AT/K) from comment #2) > The user interface is scaled right. Only the web pages are too small. If I > set QT_SCALE_FACTOR=2 then the user interface is twice as big as it should > be while the web pages seem to be displayed correctly. Using Debian GNU > Linux 10 (Buster) with KDE desktop. I started falkon with QT_AUTO_SCREEN_SCALE_FACTOR=1 and now the UI elements are properly scaled (in fact, a little better, I need to look closely into what is different) and the web pages are scaled as well.