Working with webapp running on phone

Hi Guys,

I am working with a webapp that will soon be run on diffent Phone.
My issue is the folowing

  1. How to center the control using container control? I tried it but no luck.

result:

  1. Is there a way to manage the auto resize of all control in case user uses different size of phone.

Lock the controls and the container left and right.

Hi Greg,

That’s what I did but not working as expected. I attached the sample here
Data package from January 9th. - FileTransfer.io.

I’m using xojo web 2021 3.1

I think I fixed it.

I just set minimum width of the screen to smaller one and container is now centered together with all the controls on it.

1 Like