I’m on 8.0.16
My dropdown controls are disabled (don’t expand and can’t write in) when I open a view in a popup.
I tried on iPhone 8, iOS 13.7, browser Safari
I’m on 8.0.16
My dropdown controls are disabled (don’t expand and can’t write in) when I open a view in a popup.
I tried on iPhone 8, iOS 13.7, browser Safari
If the popup is rendered even partially off-screen, then you will not be able to interact with components. Make sure your popup is rendered completely in-view, and don’t drag it off-screen. The reasoning for this is that if a popup is rendered even partially off-screen the ENTIRE popup must be made draggable to prevent the possibility of the close icon being rendered off-screen and unreachable.
Is this the behavior that you’re seeing?
OK, I take note of that.