Pile of overlay actions

3X_8_c_8c2b0611f9392a711517d4bc0ada44f702b42112.png

Although they are very useful but many times they block other useful info on small mobile phone’s screens. I don’t know if there is an option to contract(into one icon)/expand them with tapping.

Solved Solved
0 24 874
1 ACCEPTED SOLUTION

Currently I’m using an approach for controlling the visibility of overlay actions globally across all views.

By having 1 additional table (named “Setting” as in below sample expression) storing a switching (enum) column, like Basic and Advanced. There is a detail view for the table providing users to quick edit of the switch between Basic & Advanced.

Also, the actions to be shown/hidden contain the expression responding to the switch selected by users in their “Behavior > Only if this condition is true”.

Note that the “Setting User” is a slice to filter per-user selection (sign-in required).

In my case, there are actions some users may not require to see or use them very often. So, this approach is working fine. The users are not confused because they know which mode they are in.

Regards,

3X_8_5_8593fc9c9cb753c8fe6bcde3eae435f0f101b469.jpeg3X_4_d_4df906dbfe1ead8e9e75826d0f8c00bc72c56cce.jpeg

View solution in original post

24 REPLIES 24
Top Labels in this Space