Page 1 of 1

Mobile UI is enough to make a personalized UI?

Posted: Mon Oct 14, 2024 7:34 am
by Caronte3D
I don't know if it's a limitation or my lack of experience.

I don't know how to use more or les tan 3 cols by row
I don't know how to give different width to a gadget (i.e: a button)

So my question is: Is MobileUI very limited to edit the UI as I want?
Is it better to fight with Javasscript?

Re: Mobile UI is enough to make a personalized UI?

Posted: Mon Oct 14, 2024 8:25 am
by Fred
Mobile UI is based on Onsen UI which is specifically designed for phone, so yes it's very limited layout speaking (but it should be more than enough for UI for phones).

Re: Mobile UI is enough to make a personalized UI?

Posted: Mon Oct 14, 2024 8:34 am
by Caronte3D
So... we can use all of the OnsenUI functionality on SpiderBasic, How?
i.e: We can replicate this layout (of the OnsenUI website)?:
Image

Re: Mobile UI is enough to make a personalized UI?

Posted: Mon Oct 14, 2024 8:37 am
by Fred
Not all is wrapped, but most of what is displayed on your screenshot, yes. The full OnsenUI lib is included,so you should be able to use any component with inline JS.

Re: Mobile UI is enough to make a personalized UI?

Posted: Mon Oct 14, 2024 8:38 am
by Caronte3D
On the OnsenUI web I can see how to make a largue button: <ons-button modifier="large">large</ons-button> but I don't know how to do the same in SpiderBasic.
EDIT:
I found a solution: viewtopic.php?t=2670