Dear all,
I am trying to show callout with button in Xamarin.Forms app (following the recommended pattern to not overload the popups/callouts)
On UWP it is working allright, having proper layout and behaving as expected. (UWP screenshot below)
On Android however the System.Environment.NewLine(s) are ignored completely.
Exact the same callout is rendered lenghtly (just two lines height) and the button is not visible.
I have tried different approaches to no avail.
The only way to have the button visible, is to reduce the text to 3 (three) letters!
(Removing the icon seams to have no influence)
Is there any way to influence the layout of the callout? Thus be able to put some more text (as on the UWP) and left the button visible on the callout
Many thanks in advance
Very best regards
emtcho
hi, emtcho,
Did you figure out a way to show multiple line text in Android? I have similiar problem in iOS as well.
thanks.
Leon
Hi Leon,
sorry to say, but no, I was not able to solve the problem. What I did is to show just one Button with Icon on the Callout. The Button shows dedicated information Xamarin.Forms form that is designed and rendered as needed / expected.
Best regards
Emil