StepProgressBar doesn't show more that 1 line of texton Android (correct on UWP)

This is a code snippet used :


<progressBar:SfStepProgressBar HorizontalOptions="Start"

                                                   VerticalOptions="Center"

                                                   Orientation="Vertical"

                                                   TitleAlignment="Start"

                                                   BackgroundColor="Transparent"

                                                   Margin="32,0,0,0">


                        <progressBar:StepView Status="Completed">

                            <progressBar:StepView.PrimaryFormattedText>

                                <FormattedString>

                                    <Span Text="Line1&#10;Line2" FontSize="12" FontAttributes="Bold" />

                                </FormattedString>

                            </progressBar:StepView.PrimaryFormattedText>

                        </progressBar:StepView>

Result on UWP :


Result on Android :



I was trying to add more Span's, everything worked fine on UWP but never was able to display more than 1 line on Android.


3 Replies 1 reply marked as answer

GR Gayathri Ramalingam Syncfusion Team January 17, 2022 08:45 AM UTC

Hi Branislav, 
 
Thank you for using Syncfusion products.  
 
We tried to reproduce the issue “Progress status is not updating properly in StepProgressBar, but it is working fine as expected in both Android and UWP. 
  
We have created a simple sample based on the provided information and the sample can be downloaded from the below link.  
 
Please find the output screen shot for both Android and UWP from below, 
Result on Android 
Result on UWP 
 
 
 
Kindly provide the following details to investigate further on this issue.   
1.      Modify / Simple sample with which the issue could be reproduced. 
2.      Android device specification with the OS version. 
3.      SfProgressBar version 
The above details will be more helpful for us to reproduce the issue in our side and assist you with the better solution at the earliest. 
 
 
With Regards, 
Gayathri R   
 
 


Marked as answer

BM Branislav Malovec January 19, 2022 09:03 AM UTC

Thanks a lot, based on your example i was able to make it work in my app.



GR Gayathri Ramalingam Syncfusion Team January 20, 2022 03:27 AM UTC

Hi Branislav, 
 
Thank you for your update. We are glad to know that the issue is resolved.  
 
With Regards, 
Gayathri R 
 


Loader.
Up arrow icon