-
Notifications
You must be signed in to change notification settings - Fork 534
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
iPad keyboard covered by alert #300
Comments
Could not reproduce @pnome Evidence: |
@dogo , thanks for taking a look. Here's another screen recording showing how it works fine in the swift version, but still doesn't work in the ObjC version: https://loom.com/share/919793f4ff3040bfae160d26fc7191d9 Thanks, |
@pnome Could you please validate the |
Hi @dogo, Thanks for looking into this. I'm not entirely sure how to test a specific branch. Could you let me know how I can install that branch via CocoaPods? Or, is there a way I can download that branch and run the examples (like I did in the video)? My wife is about to have baby, so I might not be able to get around to it for a few days. |
Hi @pnome , in your podfile put this: and btw congrats! babies always make us happy |
Hi @dogo, Please see this video: https://loom.com/share/5e6bdddaedbe46c684df5e0754e6f515 Thanks, |
Sorry it took me so long to get back to you. I didn't get an alert about your commit (maybe because there was no comment in the thread?) and I only just noticed that you'd made an edit. Hoping there's a way to fix it. |
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.
The text was updated successfully, but these errors were encountered: