Horizontal Games in Thunkable?

Hi everyone,

I’m trying to create a horizontal game in Thunkable X. But when I set the screen orientation to horizontal and place a canvas, the canvas remains vertical and the app, when previewed, looks something like this:

Currently, in order to make the canvas take up the entire horizontal screen, I’m using trial and error - adjusting the canvas height and width. Is there an easier way to do this?

Hi,

Unfortunately, it is not possible to configure the canvas area, and therefore it is very difficult to use this component.

Thanks, @actech. That’s disappointing, there should be some easier way to do this. :confused:
I’ll make a feature request.

I do not know why the developers chose such a strange implementation of the canvas. Yes, it works, but I personally am used to the fact that the canvas size is set as the user sets it, and not as it wants.