SlackTextViewController Version 1.9.5 can't Touch in textfield
Opened this issue · 12 comments
Fixed in #624. You can point the pod to the master branch until there is a new release. The new release is out when all iOS 11 fixes are completed. 😊
@bogren Thanks you.
Hi @bogren I have my pod pointed to master and have re-built and when I click on the text input it still doesn't launch the keyboard....any suggestions for what I can do here?
I am having the same issue. Any idea when the update will be released?
Also, how do I point the pod towards the master?
Thanks
like this @mreilly4
pod 'SlackTextViewController' ,:git => 'https://github.com/slackhq/SlackTextViewController'
@mreilly4
Yes,write "pod 'SlackTextViewController' ,:git => 'https://github.com/slackhq/SlackTextViewController' " into podfile, and then at the terminal pod update.
Hi everyone, I have the same issue on iOS 11, I updated my pod file to:
pod 'SlackTextViewController' ,:git => 'https://github.com/slackhq/SlackTextViewController'
, and the Text Field input stills untouchable, the keyboard is not working or showing, I print logs if isUserInteractionEnabled and show me, YES, any help, please? thanks!
pod 'SlackTextViewController', :git => 'https://github.com/slackhq/SlackTextViewController.git', :branch => 'master'
works for me
thanks for answer @NextBigIdea, I tried it:
pod 'SlackTextViewController', :git => 'https://github.com/slackhq/SlackTextViewController.git', :branch => 'master'
, but still not working, what could be?
Although there are still known iOS 11 / iPhone X issues, I've pushed 1.9.6 release, which is also available on Cocoapods. At least, we've fixed the most critical issues. Thanks again to all the contributors! 👏
Also, closing this as duped.