-
Notifications
You must be signed in to change notification settings - Fork 528
Description
I'm reposting this as a new issue as it didn't seem to get seen. Hopefully someone has an idea about whether it's fixable. I have my fingers crossed.
Describe the bug
With an iPad in landscape, and a dialog with a text field, when tapping in the text field, the keyboard covers the buttons of the dialog.
To Reproduce
Steps to reproduce the behavior:
Run the SCLAlertView-ObjectiveC example project on an iPad in landscape
Tap the "Show Edit" option
Tap in the text field
You can see it happening here: https://www.loom.com/share/7bc2516ff71240faac702304714811f6
Expected behavior
I expect the dialog to move up out of the way of the keyboard
Smartphone (please complete the following information):
Device: [e.g. iPhone6]
OS: [e.g. iOS8.1]
Version [e.g. 22]
Additional context
Notably, the same bug does not happen using the Swift SCLAlertView example code.
Also, if you tap Show Edit, then change to another app, then return, and THEN tap in the text field, everything works fine. This is a very strange bug.