Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ActionSheetStringPicker is dismissed on iPhone Rotation #328

Open
phoney opened this issue Feb 27, 2017 · 1 comment
Open

ActionSheetStringPicker is dismissed on iPhone Rotation #328

phoney opened this issue Feb 27, 2017 · 1 comment

Comments

@phoney
Copy link

phoney commented Feb 27, 2017

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?

@phoney
Copy link
Author

phoney commented Feb 27, 2017

BTW, If I comment out the code in dismissPicker, after rotation the picker remains on screen but it looks like the screenshot in #294

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant