-
Notifications
You must be signed in to change notification settings - Fork 1.1k
presentKeyboard not firing #605
Comments
Same here. |
Me too @lsvz @dfmarulanda Did you solve this problem? |
@ShawnBaek Well, I changed visibility of |
@lsvz Thanks for sharing your knowledgement. I solved this problem by remove viewDidAppear methods. But I don't know why this func affect this issues. |
@ShawnBaek Yea, I've just seen your issue and tried removing |
@lsvz In my experience, I also use this library after present view controller. I hope you to solve the problem. |
+1 @lsvz : were you able to solve the issue? |
@johndoehelloworld no. Currently working on it. I will post here if I find a solution. |
@johndoehelloworld I managed to fix adding note that I had bug while opening a controller inside SLKTextViewController (for pictures selection) |
Any update on this? I'm glad to take a look if no one else has updates |
I solved this by adding my slackTextViewController as a childViewController of my current VC |
Update here. Had to make |
I'm also having this issue. Tested on iPhone 6, 8 Plus, and X, all running iOS 11.0.3. Are there any plans to add the changes @fwx recommends to the library so I can keep using cocoapods to manage this dependency without having to fork it? |
presentKeyboard is not firing when keyboard is presenting. So inputBar keeps hidden in back of the keyboard.
The text was updated successfully, but these errors were encountered: