We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If you define a DetailedList widget whose title and/or subtitle includes newlines, some platforms will render multiple lines, and some will not.
Add a DetailedList with data items that include newlines in the title and subtitle.
The rendering should be consistent across all platforms, displaying only the content up to the first newline.
This should be implemented at time of rendering, splitting the title/subtitle text at the first newline, and only rendering the first line.
Via beeware/briefcase#1600, the rendering on Android:
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
If you define a DetailedList widget whose title and/or subtitle includes newlines, some platforms will render multiple lines, and some will not.
Steps to reproduce
Add a DetailedList with data items that include newlines in the title and subtitle.
Expected behavior
The rendering should be consistent across all platforms, displaying only the content up to the first newline.
This should be implemented at time of rendering, splitting the title/subtitle text at the first newline, and only rendering the first line.
Screenshots
Via beeware/briefcase#1600, the rendering on Android:
Environment
Logs
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: