Millisecond Forums

Display problems on tablet

https://forums.millisecond.com/Topic32249.aspx

By empra-uulm - 9/28/2021

Hi,

we struggle to display a test correctly on a tablet. On PCs, everything is displayed correctly but on the tablet the is a black bar at the bottom. We tested different resolutions and aspect ratios of the background picture, as well as different canvasaspectratios and canvassizes, but none solved the issue. Inquisit does not seem top use the entire screen as objects positioned at 50%/50% are not centered.



The tablet we're using is a Samsung Tab A7, 2000*1200px, Android 11.
We're pretty sure this problem was not present a few weeks ago, using the same defaults and image files.

Can you please have a look at our code?
https://www.dropbox.com/s/xyzj27sbyvt3rcq/Binding.zip?dl=0

Thanks!
By Dave - 9/28/2021

empra-uulm - 9/28/2021
Hi,

we struggle to display a test correctly on a tablet. On PCs, everything is displayed correctly but on the tablet the is a black bar at the bottom. We tested different resolutions and aspect ratios of the background picture, as well as different canvasaspectratios and canvassizes, but none solved the issue. Inquisit does not seem top use the entire screen as objects positioned at 50%/50% are not centered.



The tablet we're using is a Samsung Tab A7, 2000*1200px, Android 11.
We're pretty sure this problem was not present a few weeks ago, using the same defaults and image files.

Can you please have a look at our code?
https://www.dropbox.com/s/xyzj27sbyvt3rcq/Binding.zip?dl=0

Thanks!

The space at the bottom is reserved for input buttons because scripts assume keyboard input by default.

Set /inputdevice = mouse in <defaults>, and it will go away.
By empra-uulm - 9/28/2021

Dave - 9/28/2021
empra-uulm - 9/28/2021
Hi,

we struggle to display a test correctly on a tablet. On PCs, everything is displayed correctly but on the tablet the is a black bar at the bottom. We tested different resolutions and aspect ratios of the background picture, as well as different canvasaspectratios and canvassizes, but none solved the issue. Inquisit does not seem top use the entire screen as objects positioned at 50%/50% are not centered.



The tablet we're using is a Samsung Tab A7, 2000*1200px, Android 11.
We're pretty sure this problem was not present a few weeks ago, using the same defaults and image files.

Can you please have a look at our code?
https://www.dropbox.com/s/xyzj27sbyvt3rcq/Binding.zip?dl=0

Thanks!

The space at the bottom is reserved for input buttons because scripts assume keyboard input by default.

Set /inputdevice = mouse in <defaults>, and it will go away.

Thank you!