Skip to content
This repository was archived by the owner on Oct 30, 2018. It is now read-only.

presentKeyboard not firing #605

Open
dfmarulanda opened this issue Jun 27, 2017 · 14 comments
Open

presentKeyboard not firing #605

dfmarulanda opened this issue Jun 27, 2017 · 14 comments

Comments

@dfmarulanda
Copy link

presentKeyboard is not firing when keyboard is presenting. So inputBar keeps hidden in back of the keyboard.

@fwx
Copy link

fwx commented Jun 30, 2017

Same here.

@ShawnBaek
Copy link

ShawnBaek commented Aug 13, 2017

Me too @lsvz @dfmarulanda Did you solve this problem?

@fwx
Copy link

fwx commented Aug 15, 2017

@ShawnBaek Well, I changed visibility of slk_registerNotifications and added it to some places in my controllers, but still sometimes it does not fire.

@ShawnBaek
Copy link

@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.

@fwx
Copy link

fwx commented Aug 15, 2017

@ShawnBaek Yea, I've just seen your issue and tried removing viewDidAppear, but I still do have this.
It happens after I present a controller, then tap on textInputBar.

@ShawnBaek
Copy link

@lsvz In my experience, I also use this library after present view controller. I hope you to solve the problem.

@johndoehelloworld
Copy link

+1 @lsvz : were you able to solve the issue?

@fwx
Copy link

fwx commented Aug 17, 2017

@johndoehelloworld no. Currently working on it. I will post here if I find a solution.

@fwx
Copy link

fwx commented Aug 17, 2017

@johndoehelloworld I managed to fix adding slk_registerNotifications (you have to change .h file a little bit) after I dismiss the controller.

note that I had bug while opening a controller inside SLKTextViewController (for pictures selection)

@tmspzz
Copy link

tmspzz commented Aug 18, 2017

Any update on this? I'm glad to take a look if no one else has updates

@tmspzz
Copy link

tmspzz commented Aug 18, 2017

I solved this by adding my slackTextViewController as a childViewController of my current VC

@fwx
Copy link

fwx commented Oct 11, 2017

Update here. Had to make slk_registerNotifications public and then add self.slk_registerNotifications in viewDidAppear

@tditchek
Copy link

tditchek commented Nov 9, 2017

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?

@tditchek
Copy link

@dzenbot Any updates or workarounds for this issue? It seems to be the cause of issue #615 as well. I've tried the slk_registerNotifications workaround @fwx suggested above, but it's not working for me. Any help would be greatly appreciated. Thanks!

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

No branches or pull requests

6 participants