I have a Xamarin Forms app that runs on both iOS and Android. I am using DisplayAlert to display messages that wrap onto a second line. On iOS this works as expected but on Android the text stays on one line and gets cut off. Is this expected behavior? Is there any way to make DisplayAlert wrap text?
↧