A couple of things, one of which I have touched on before.
- When building an app, how can I preview what it’s going to look like in mobile format? The obvious answer is to set the layout to mobile preview, however this appears to be Glide’s best guess rather than what it will actually look like:
Here’s the preview…
…and here’s a screen of the app on my phone:
To get an accurate view I have to close and reopen the app on my phone to see what it will look like every time I make a change in the builder. One thing I like about classic apps is that you can see exactly what the app will look like without needing your device.
- I am rebuilding a Classic app as a Glide app because I understand that eventually the classic app will not be supported. Unfortunately, I can’t reproduce the layout the app had in its original format:
The classic app:
Glide Page version:
With the layout being such an integral part of designing an app, it seems kind of odd that we no longer have full control over some aspects of the layout. I guess this mainly affects the tiles/grid layout but I would like to know if Glide has any plans to give us more control at some stage?