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
close icon

Listview not displayed full screen on iPhone X

Hello,

The ListView is not displayed full screen on the iPhone X/XS (see screenshot). On Android and iPhone 8 etc. it displayed correctly. 

Code:
 
             xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
             xmlns:controls="clr-namespace:A...Views.Controls"
             xmlns:abstractions="clr-namespace:Plugin.CrossPlatformTintedImage.Abstractions;assembly=Plugin.CrossPlatformTintedImage.Abstractions"
             xmlns:ffimageloading="clr-namespace:FFImageLoading.Forms;assembly=FFImageLoading.Forms"
             xmlns:fftransformations="clr-namespace:FFImageLoading.Transformations;assembly=FFImageLoading.Transformations"
             xmlns:syncfusion="clr-namespace:Syncfusion.ListView.XForms;assembly=Syncfusion.SfListView.XForms"
             xmlns:pulltorefresh="clr-namespace:Syncfusion.SfPullToRefresh.XForms;assembly=Syncfusion.SfPullToRefresh.XForms"
             BackgroundColor="{StaticResource lichtGrijzeAchtergrond}"
             x:Class="...Views.Klanten.KlantenView">
   
       
           
               
                   
                       
                           
                       
                       
                           
                           
                       
                       
                       
                   
               
           

           
               
                   
                       
                           
                               
                                        Aspect="AspectFill"
                                        HorizontalOptions="Center"
                                        VerticalOptions="CenterAndExpand" 
                                        HeightRequest="60"
                                        WidthRequest="60"                                          
                                        DownsampleToViewSize="true"
                                        Source="{Binding ImageURL}">
                                   
                                       
                                   
                               
                               
                                   
                                   
                                       
                                       
                                   
                               
                               
                           
                           
                       
                   
               
           
       
   

1 Reply

DB Dinesh Babu Yadav Syncfusion Team July 18, 2019 09:59 AM UTC

Hi Jasper, 
 
Thank you for using Syncfusion support. 
 
We have checked the reported query with our sample in the reported device iPhone X/XS in Simulator. But, unfortunately we are unable to replicate the reported issue.  
 
 
Could you please check with the above sample?. We suspect that the issue may occur at particular scenario as existing in yours. So, we recommend you to revert us the issue with reproducible sample or replication procedure to reproduce it which will help us to analyze your query better and provide appropriate solution at our end.  
 
Regards, 
Dinesh Babu Yadav 


Loader.
Live Chat Icon For mobile
Up arrow icon