-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Textview is behind the keyboard #615
Comments
+1 |
@johndoehelloworld I solved this problem. Override ViewDidAppear Func will affect this issue. Remove ViewDidAppear func in ViewController. But I don't know why this func affect this library. |
@ShawnBaek : I tried it, but it still doesn't want to work correctly all the time. Are you trying by bringing up the keyboard in your simulator? And every single time, you are seeing that input bar stays on top of the keyboard? In my case, most times the input bar is hidden, but sometimes, it does stick to the top of the keyboard. Thoughts? |
@ShawnBaek This issue is happening for me on iOS 11.0.3 with an iPhone 6. I've also tested it on an iPhone X and an iPhone 8 Plus. I have not overridden |
@ShawnBaek I can confirm this is happening on an iPhone 8 on iOS 11.1 without a view did appear override, please reopen the issue |
@ShawnBaek @tditchek Did you find anything? |
@brod-ie Nothing yet. As far as I can tell, issue #605 is the cause, but I haven't been able to figure out a workaround yet. I cloned the repo to try to play around and see if I can figure out a fix but I'm not as advanced with Objective-C as I am with Swift so I'm having some trouble fixing it on my own. |
@tditchek Thanks for the update, I also tried |
@tditchek Just used the fork and still no luck. When are you firing |
@brod-ie I'm not explicitly firing |
@tditchek By "built-in tap gesture recognizer on the text view" do you mean you're not automatically showing the keyboard on load/appear, but are letting the user tap in themselves? Or are you programmatically triggering that gesture recogniser? If so, how? Thanks 😊 |
@brod-ie My use case required allowing the user to tap it on their own, but for argument's sake I just tried to add a
|
Description
TextView is behind keyboard.
Reproducible in:
SlackTextViewController version:
iOS version(s): 10.3
Device(s): iphone 6
Actual result:
When I tapped the textView then keyboard showing up. but textview is hidden.
related #605 problem
Attachments:
The text was updated successfully, but these errors were encountered: