When using a prism navigation:
await _navigationService.NavigateAsync(nameof(MainPageView));
the RadPopup will not show if its placement target is the new page.
When adding for examples, ComboBox/AutoComplete, Pickers inside RadPopup and open the pickers/combo dropdown. Then close the RadPopup, the popup of the pickers/combo/autocomplete stays open. The behavior occurs on iOS, MacCatalyst and WinUI. On Android exception is thrown.
When adding an entry in the popup content and focusing the entry, the popup background crops on bottom when the keyboard appears.
The issue happens only on emulators pixel 7 pro, pixel 6a, android 13,14,15 etc. Currently, cannot reproduce on a real device.
when setting popup placement and using right to left language, the popup is not aligned as expected.
For example placement center, popup displays on right side
placement bottom, popup displays on top