You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using an ActionSheetStringPicker and when rotating the device on iPhone the picker is simply dismissed. Is this the expected behavior?
Looking at the code it registers for the device rotation notification and calls dismissPicker on rotation and that's it. It just goes away. My app supports three orientations on iPhone, like many apps. I want the picker to just rotate, not dismiss. What am I missing?
The text was updated successfully, but these errors were encountered:
I'm using an ActionSheetStringPicker and when rotating the device on iPhone the picker is simply dismissed. Is this the expected behavior?
Looking at the code it registers for the device rotation notification and calls dismissPicker on rotation and that's it. It just goes away. My app supports three orientations on iPhone, like many apps. I want the picker to just rotate, not dismiss. What am I missing?
The text was updated successfully, but these errors were encountered: