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

White Screen when SfPullToRefresh inside of SfTabView

Hi,

I have a page that has a SfPullToRefresh in the tab item content.
The pull to refresh also hosts a fsListView.

In this state, The text and all the images are white screen. I can still select item in the listview and navigation works.

If I remove the PullToRefresh, I can see the content again.
Is there anything I can do? or am I missing something?

Thanks.

1 Reply

MK Muneesh Kumar G Syncfusion Team September 30, 2019 11:24 AM UTC

Hi Akin, 

Greetings from syncfusion. 

We have analyzed your query. This issue occurs due to the Xamarin.Forms break in 3.3 version, before 3.3 version it is working fine.  

We have already asked a query in a Xamarin.Forms discussion page. Once we get proper solution from Xamarin team, we will update to you. Please find the Xamarin.Forms discussion page link. 

However, you can achieve this requirement by disabling IsClippedToBounds property of Xamarin.Forms layout as like below code snippet. 
<sfPullRefresh:SfPullToRefresh IsClippedToBounds="True" 

Please let us know if you have any concern. 
 
Thanks, 
Muneesh Kumar G. 
 


Loader.
Up arrow icon