on 2024 Jul 16 9:04 PM
Hi
On Iphone, when statustext and substatustext properties of objectcell are populated, the title and description get truncated although lot of space is available on the row
Also how too show multiple tags one below other rather than in a single line
How can this be avoided
Regards
Reduce the characters in the `statustext` and `substatustext` properties and ensure that the title and subtitle on the left side do not get truncated, you can follow these steps. Additionally, remember that list pages are designed to provide a brief overview, and detailed views should be accessible through the `OnPress` event. Here is a refined approach to achieve this:
1. Shorten `statustext` and `substatustext`:
2. Ensure brevity and clarity:
3. Navigation to detailed view:
Here is an example:
{
"ObjectCell": {
"title": "Item Title",
"subtitle": "Item Subtitle",
"statusText": "Status",
"substatusText": "SubStatus",
"OnPress": "/path/to/Details.page"
}
}
On the detailed page (`DetailsPage`), you can provide more comprehensive information. This approach ensures that the list pages offer a concise overview while allowing users to access detailed information as needed.
By keeping the ObjectCell properties short and crisp, you avoid truncation issues and maintain a clean, user-friendly interface.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
70 | |
8 | |
8 | |
7 | |
7 | |
6 | |
6 | |
6 | |
6 | |
6 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.