I iCAB Well-Known Member Licensed User Longtime User Dec 23, 2017 #1 Hi All Does anyone know how to detect the ScreenZoom Setting? Meaning is there something similar to B4X: access.GetUserFontScale Thanks in advance
Hi All Does anyone know how to detect the ScreenZoom Setting? Meaning is there something similar to B4X: access.GetUserFontScale Thanks in advance
Erel B4X founder Staff member Licensed User Longtime User Dec 24, 2017 #2 You don't need to do anything special about this feature. It changes the screen scale. You can find it with 100dip / 100 or with GetDeviceLayoutValues.Scale. If you are building the layout correctly then it should work properly without any change. Upvote 0
You don't need to do anything special about this feature. It changes the screen scale. You can find it with 100dip / 100 or with GetDeviceLayoutValues.Scale. If you are building the layout correctly then it should work properly without any change.