Hello,
We have a MAUI app that we are transitioning from Xamarin Forms. In the app we have a popup page that appears, which has a RadListPicker control in it.
In Xamarin.Forms we used to use rg.plugins.popups and would add the RadListPicker control there. Everything would work fine, it would appear ok on both platforms.
Since MAUI, on iOS, we have not been able to replicate that behavior. We have tried using Mopups, and CommunityToolkit.MAUI Popups with no success.
Using Mopups, the ListPicker is shown behind the popup page, and using the CommunityToolkit, the Picker does not show up at all.
Steps to reproduce:
1. Install CommunityToolkit.MAUI package
2. Create a Popup page and add a ListPicker with any data
3. Navigate to the popup and try to open the picker
Any help would be greatly appreciated.
Thank you!