iOS Question Button text behavior

Alessandro71

Well-Known Member
Licensed User
Longtime User
In a multiplatform project i have a Button with a multiline text label (string with CRLF)
this works fine in B4A, while in B4i only the first line is shown, as the CRLF is parsed as end of string
is it by design or am i missing something?
 
Top