I am trying to build an app that runs calculations based on several inputs. I posted about it yesterday and usung ai I was able to work through a lot of my setup and got my tables set up and my fornulas all working.
But now i am trying to build the UI for data input and it seems all i can do on a phone is a vertical lists for choice and number components. There is about 7 inputs and 2 outpurt and i would like to make it more compact so there isnt scrolling. Any advice on how to organize the UI would be greatly appreciated.
For input fields, you can remove the title label and indicate the title as a placeholder instead.
Hi Friend,
You have try use the Custom AI component?, you can desing a image and ask the component to recreate your image but with input and output fields,
I designed these components only based on images that I created myself (sorry for the deletions, but it is important information)
Thank you. This may not be exactly what i am looking for but it will help me keep it more compact to fit more inputs on the screen without scrolling. It just feel like I should be able to make the fields narrower and fit 2 next to each other. Same with my output. I have 2 outputs and I want them to be big numbers but one on the left and on the right
I may experiment with button blocks and pushing a button to pull up a new input screen but I want to keep it as streamline as possible.
You can use Containers, and Big numbers, you have a image of reference
Here is what I had setup when I was using Open as App. They are changing things up and i can no longer use it.
How do you get 2 containers next toneach other on a phone. Insee it works for large format screens but itnseems onba phone itnhasr tk be atacked.
I think I have found some work arounds using buttons and actions. Thoughts on this layout
1 Like
Natively with Glide components. containers stack on each other on smaller devices. As Federico suggested, you can try doing it with a custom component, either:
- Telling it to use a rule to setup spacing based on device width.
- Design 2 different components for mobile and desktop, and display them based on the Device > Screen Size variable.
1 Like