Entity containers on Mobile Devices
Content
Hello
Building an interview with tables containing interview data that is required to work on mobile devices.
The concept is to display information about instances with a couple of editable fields.
It works well on desktop, however on mobile the rendering is problematic:
Option 1 Uses labels and controls - this preferred, however:
- table headers do not align
- table columns different widths
- column heading cannot be given to Label
Option 2 Uses Controls only
- with boxes and spacing, available characters in columns is limited (3 or 4 characters in example)
Has anyone come up against this before? Should I submit something to the ideas log?
0