maui icon indicating copy to clipboard operation
maui copied to clipboard

Do not truncate ActionSheet title on Android

Open MattePozzy opened this issue 1 year ago • 2 comments

Description

The title of the ActionSheet on Android devices is truncated ad the end, but on iOs doesn't.

Android image

iOs image

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

MattePozzy avatar May 07 '24 09:05 MattePozzy

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:

Closed similar issues:

Note: You can give me feedback by thumbs upping or thumbs downing this comment.

github-actions[bot] avatar May 07 '24 09:05 github-actions[bot]

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.

jfversluis avatar May 07 '24 11:05 jfversluis