maui
maui copied to clipboard
Do not truncate ActionSheet title on Android
Description
The title of the ActionSheet on Android devices is truncated ad the end, but on iOs doesn't.
Android
iOs
There is a workaround to use in meantime the issue will be fixed?
Steps to Reproduce
Create a MAUI application, call Application.Current.MainPage.DisplayActionSheet passing a long title, then run it on Android device.
Link to public reproduction project repository
No response
Version with bug
8.0.14 SR3.1
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
Android
Affected platform versions
No response
Did you find any workaround?
No
Relevant log output
No response
Hi I'm an AI powered bot that finds similar issues based off the issue title.
Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you!
Open similar issues:
- Flyout title has different MaxLine count on different platforms (#15156), similarity score: 0.75
- Android - Navigation Title disappears if Flyout is set to a new window (#21645), similarity score: 0.71
Closed similar issues:
- [iOS] Shell tab titles don't truncate and they overlap in iOS unlike Android (#20015), similarity score: 0.76
- The Shell.TitleView is not visible on Android and does not fill Navigation Bar on iOS (#5194), similarity score: 0.71
- .NET MAUI Button on Android (#8139), similarity score: 0.70
Note: You can give me feedback by thumbs upping or thumbs downing this comment.
Labeled this is a proposal/enhancement. This is the default behavior on Android for a AlertDialog. There are options to influence that behavior, but we don't currently surface that through .NET MAUI.
You might be able to create a customer handler to enable it yourself or use another control that fits your needs.