The mobile UI has option for density : compact and comfortable.
Currently by default its set to comfortable.
Is there a way to set it to compact by default?
I got the required information for Universal UI from , but not for mobile:
The mobile UI has option for density : compact and comfortable.
Currently by default its set to comfortable.
Is there a way to set it to compact by default?
I got the required information for Universal UI from , but not for mobile:
Hi Rucha,
I think what your looking for is the: spacingMode
option. This can be configured in the config.json
.
The allowed values are compact
or comfortable
.
Themes | Thinkwise Documentation (thinkwisesoftware.com)
Edit:
Apologies, I think you are looking for mobile and not for Universal. I missed that part of your post.
Hi
Are you talking about the old Mobile GUI, which looks like this?:
Or are you talking about using the Universal GUI on Mobile, which would look like this?:
Kind regards,
Leroy Witteveen
Hi Leroy,
I am using the universal GUI in mobile :
Hi
Doesn't adding the following to config.json solve your problem?:
"spacingMode": "compact",
If the user already logged in before this change was applied, the default spacing mode (which would be comfortable for mobile) will be persisted already. This can be solved by clearing the cache in the login options. But every new user (that starts Universal for the first time) will definitely have compact mode after adding that to config.json.
Kind regards,
Leroy Witteveen
Thanks Leroy, this is working now!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.