I have a Xojo 2024r2 web project which displays 1 container at a time in a web page. I want to make an iOS project of this app.
What are the steps to follow?
I duplicated the binary project file, I renamed objects to Mobile classes, but with the containers, they maintained their web attributes when I change them to mobile containers and all the controls became detached from the layout.
Is there any easier way to do it, a correct order of changing classes? A script to run?