Hi All,
I have a web app with several pages. One (the default page) is tall and skinny (360 units) for viewing on an iPhone. Another is wide (1024 units) for viewing on a computer screen.
The Skinny page has a minimum width of 360 units, and the Wide page has a minimum width of 1024 units.
When I run the app (either debug or deployed) the wide page is overlaid on top of the skinny page. Looks atrocious. Resizing the browser window causes the wide page controls to move with respect to the Skinny items on the page. Persists through a restart of Xojo and the development Mac Book Pro.
If I set the minimum width of the Wide page to 360 units, the problem goes away.
I am wondering if this is expected bad behaviour, or if this is a New Thing.
Regards,
Tony Barry