Hi David,Thank you for the update. Please let us know if you need any further update. As always we are happy to help you out.Regards,Lakshmi Natarajan
Hi Ralph,Thank you for using Syncfusion products.We have checked the reported query “Rendering issue in SfExpander” from our side. We would like to inform you that we are unable to reproduced the reported issue at our side. We have tested the sample in Samsung Tablet (Android 7.1 – API 25) with Syncfusion v18.1.0.45 and Xamarin.Forms v4.5.0.657. We have attached the tested sample in the following link,Please check the above sample and let us know if you still facing the same issue? If not, please share the following details to check on it further,
- Please share Syncfusion and Xamarin.Forms version used in your sample
- Share the device configuration details
It will be helpful for us to check on it and provide you the solution at the earliest.Lakshmi Natarajan
Hi Ralph,Sorry for the inconvenience caused.We have checked the reported query in different Android devices. On further analysis, we could reproduce the reported output log from our side. The application is not crashed but the same log shows in our application console when expanding/collapsing the SfExpander. We are currently checking on it and update you further details on May 5, 2020. We appreciate your patience until then.Lakshmi Natarajan
Hi Ralph,Thank you for your patience.We have analyzed the reported query in our source. We will fix the reported issue and include in our upcoming Weekly Nuget release which is planned to roll out on 19 May, 2020. We appreciate your patience until then.Lakshmi Natarajan
Hi Ralph,Thanks for the update,we are unable to access the google drive which is provided by you. Can you please the share the details in the Zip format or give the accessible drive to get the details of the query?Regards,SaiGanesh Sakthivel
Hi Ralph,Sorry for the inconvenience caused.We have checked the reported query “requestLayout() improperly called by crc64ee486da937c010f4.LabelRenderer” from our end. We could reproduce the reported issue in Android API – 9 device alone. Currently, we are analyzing the reported scenario and update you further details on June 18, 2020. We appreciate your patience until then.Regards,Lakshmi Natarajan
Hi Ralph,Sorry for the inconvenience caused.The fix for the reported issue “requestLayout() improperly called by crc64ee486da937c010f4.LabelRenderer” will be included in our upcoming 2020 Volume 2 SP release as promised earlier. We appreciate your patience until then.Regards,Lakshmi Natarajan
Hi Ralph,Thanks for your reply and we will let you know once the release rolls out.Regards,Lakshmi Natarajan
Hi Ralph,We will fix the reported issue as promised earlier and the fix will be included in our 2020 Volume 2 SP release which is planned to roll out in the middle of the month August, 2020. We appreciate your patience until then.Regards,Lakshmi Natarajan
<expander:SfExpander AnimationDuration="0" AnimationEasing="None">
<expander:SfExpander.Header>
<Grid Padding="10,0,0,0" HeightRequest="70">
...
</Grid>
</expander:SfExpander.Header>
<expander:SfExpander.Content>
<Grid HeightRequest="100" >
...
</Grid>
</expander:SfExpander.Content>
</expander:SfExpander> |