Display Full User Names in Mobile App (Avoid Truncating with Ellipsis)
Hi Team,
I’ve noticed that on the Mattermost mobile app (iOS), user names are often truncated and displayed as “Kim…” instead of showing the full name, even though the full name appears correctly on the web version. This makes it difficult to identify users, especially in organizations where many people have similar names.
Please enhance the mobile app UI so that full user names are always visible, or at least provide an option to expand or view the full name easily. Ideally, the display should be consistent with the web version, either by wrapping the text, allowing horizontal scrolling, or showing the full name on tap/hover.
Thank you for considering this feature request!
-
James Wood commented
To display full user names in a mobile app without truncating with ellipsis, use responsive design techniques like dynamic text wrapping, scrollable text fields, or tooltips for overflow. Test on different screen sizes to ensure proper layout. Avoid fixed-width containers where possible.