Responsive web application

I am creating a web application, so i would like to know if i can make responsive web design which will be compatible on all types of devices.

If yes then is there any example for it ?

1 Like

not by default yet, but you could have a look at this:

and this:

1 Like

Hi, now in 2025 ;is this still the way to build responsive web apps in Xojo?

You can use the flex layout that’s baked in to Xojo for masonry type views then I have GraffitiWall and GraffitiResponsive (load either then resize the browser window to see how they operate). GraffitiResponsive is probably what you’re looking for.

Here’s an example I put together for the flex layout not too long ago.
flex_example.xojo_binary_project.zip (9.8 KB)

3 Likes

It’s almost what I need.

Seems that you can’t contain the items within it to the height though. That means it doesn’t seem it’s possible to put like a pagination control, or some kind of status label below.

I’m interested in seeing what your tools can do.

1 Like