Completed
Last Updated: 20 Jan 2021 11:14 by ADMIN
Release R1 2021
Vitaly
Created on: 05 Nov 2019 23:42
Category: UI for Xamarin
Type: Bug Report
2
RadPopup causes memory leaks on iOS

Hello,

 

RadPopup control causes memory leaks on iOS.

Here is the repro project https://github.com/VitalyKnyazev/RadPopupLeak

 

Thanks

Vitaly

 

1 comment
ADMIN
Nasko
Posted on: 06 Nov 2019 08:10

Hi Vitaly,

Thank you for the provided project. Using it I was able to reproduce the described memory leak in the Popup control.

Until the issue gets fixed the only possible workaround I can suggest you is to set the Popup to null when the page disappears - thus the control should not be preserved in memory:

protected override void OnDisappearing()
{
    RadPopup.SetPopup(this.btn, null);
    base.OnDisappearing();
}

I apologize for the inconvenience the issue might be causing you. I have update your Telerik points for bringing this to out attention.

If you have any additional questions or concerns please, let me know.

Regards,
Nasko
Progress Telerik

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items