We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Scroll issues on Android

I have a code like this (below)... under iOS scroll works as expected, in Android everything is rendered as expected, but scroll does not work. 

        <StackLayout Orientation="Vertical" VerticalOptions="FillAndExpand">
            <Image Source="xxxx.png" HorizontalOptions="FillAndExpand" Aspect="AspectFill" x:Name="logo" />
            <StackLayout Orientation="Vertical" VerticalOptions="FillAndExpand">
                <tabView:SfTabView VerticalOptions="FillAndExpand" VisibleHeaderCount="3" OverflowMode="Scroll">
                    <tabView:SfTabItem Title="Modelos">
                        <tabView:SfTabItem.Content>
                            <ScrollView>
                                <StackLayout Orientation="Vertical">
                                    <inputLayout:SfTextInputLayout Hint="xxxx" HorizontalOptions="FillAndExpand">
                                        <Editor IsEnabled="false" Text="very long long long long long long long long long text that is presented in more than one line"/>
                                    </inputLayout:SfTextInputLayout>
                                    <inputLayout:SfTextInputLayout Hint="yyyy" HorizontalOptions="FillAndExpand">
                                        <Editor IsEnabled="false" Text="very long long long long long long long long long text that is presented in more than one line"/>
                                    </inputLayout:SfTextInputLayout>
                                    <inputLayout:SfTextInputLayout Hint="zzzz" HorizontalOptions="FillAndExpand">
                                        <Editor IsEnabled="false" Text="very long long long long long long long long long text that is presented in more than one line"/>
                                    </inputLayout:SfTextInputLayout>
                                    <inputLayout:SfTextInputLayout Hint="rrrrr" HorizontalOptions="FillAndExpand">
                                        <Editor IsEnabled="false" Text="very long long long long long long long long long text that is presented in more than one line"/>
                                    </inputLayout:SfTextInputLayout>
                                    <inputLayout:SfTextInputLayout Hint="nnnnn" HorizontalOptions="FillAndExpand">
                                        <Editor IsEnabled="false" Text="very long long long long long long long long long text that is presented in more than one line"/>
                                    </inputLayout:SfTextInputLayout>
                                </StackLayout>
                            </ScrollView>
                        </tabView:SfTabItem.Content>                    
                    </tabView:SfTabItem>
                    <tabView:SfTabItem Title="Formulário">
                        <tabView:SfTabItem.Content>
                            <StackLayout Orientation="Vertical">
                            </StackLayout>
                        </tabView:SfTabItem.Content>                    
                    </tabView:SfTabItem>
                    <tabView:SfTabItem Title="Q&amp;A">
                        <tabView:SfTabItem.Content>
                            <StackLayout>
                            </StackLayout>
                        </tabView:SfTabItem.Content>                    
                    </tabView:SfTabItem>
                </tabView:SfTabView>
            </StackLayout>
        </StackLayout>


3 Replies

DR Dhanasekar R Syncfusion Team February 13, 2019 01:27 PM UTC

Hi Anibal,    
 
Greetings from Syncfusion. 
   
We have validated your sample and we were able to reproduce the issue from our side. We have already fixed this issue, and this will be included in our upcoming weekly NuGet release which will be rolled out on 14th February 2019. 
 
Regards,  
Dhanasekar 



AD Anibal de Deus February 19, 2019 05:43 PM UTC

Fixed after updating to latest verstion. Thanks


DR Dhanasekar R Syncfusion Team February 20, 2019 08:52 AM UTC

Hi Anibal,  
 
Glad that the issue has been resolved in latest version. Please get back to us if any further assistance. 
 
Regards, 
Dhanasekar 


Loader.
Live Chat Icon For mobile
Up arrow icon