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.
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.
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.