Xamarin.forms: [Feedback] Xamarin Forms Page.DisplayActionSheet Doesn't Resize on UWP

Created on 5 Feb 2019  路  1Comment  路  Source: xamarin/Xamarin.Forms

Description

I'm using the public Task<string> DisplayActionSheet(string title, string cancel, string destruction, params string[] buttons) method in the Xamarin.Forms.Page class. On Android and iOS the buttons and text either wrap, or resize correctly. However, on UWP, the text gets cut off if the button text is too long.

View on Developer Community

To find diagnostic information, see the original linked feedback ticket.

Source

785542

3 feedback-ticket help wanted inactive UWP bug up-for-grabs

Most helpful comment

Figured out that the if the title is too long it doesn't wrap correctly as well. It wraps to two lines and cuts off the rest.

>All comments

Figured out that the if the title is too long it doesn't wrap correctly as well. It wraps to two lines and cuts off the rest.

Was this page helpful?
0 / 5 - 0 ratings