I am using the SFlistView control inside a popup (Mopups) everything works correctly but when I close the popup the application crashes with the following error: "PlatformView cannot be null here". However if I replace the SFlistView with a CollectionView everything works fine and this error does not occur. In addition, the error only occurs on iOS, on Android it works perfectly.
Steps to replicate the crash:
- Clone the GitHub project that I have prepared.
- Click the "Open Popup" button.
- In the popup that has just been opened, click the "Open Other Popup" button.
- Another popup opens with an SFListView and just above there is a button that says "Close Popup" we press it.
- The application crashes and the following error will occur: "PlatformView cannot be null here".
This is a rather blocking error that prevents us from betting on Syncfusion since our application has many popups with lists inside them. When you identify the error, can you give me an approximate date when it could be resolved? Any other information you need I am at your disposal. Thank you.