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 ?
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 ?
not by default yet, but you could have a look at this:
and this:
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)
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.