I am developing components which will be using in an app for Tablet/Laptop (a wider, landscape mode) only.
It seems that I can only select a canvas layout that has mobile (narrow, portrait) dimensions.
In the preview screen, I have tried to manually force the width by changing Width=Max(App.Width,App.MinScreenWidth) to 1366 and for Height=Max(App.Height, App.MinScreenHeight) to 800.
Then on the Component, I have added inputs for width and Height, then tried to set them to App.Width and App.Height respectively, but the canvas and the component are both still component still remains at 640 x 1136.
I then tried setting the ComponentName.Object_Width and ComponentName.Object_Height to Parent.Width/Height respectively.
But when my component is added to the Component PREVIEW screen, the dimensions are still 640 x 1136.
I would like to preview how my components work (in the component preview editor) before publishing in my app.
See my problem in image attached.
