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:
Best answer by Leroy Witteveen
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
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.