SlackTextViewController icon indicating copy to clipboard operation
SlackTextViewController copied to clipboard

Weird behaviour on iPhone X

Open renshaw1 opened this issue 7 years ago • 1 comments

When I push the View Controller containing the InputBar, the Tab Bar on the previous VC for some reason gets pushed up. Also, the background of the InputBar has a slight gray tone that changes slightly when pushing. When opening the keyboard, the background color of the InputBar is correct.

I uploaded a short video to show the issue: https://imgur.com/a/u4NLj

Does anyone have a similar issue? Everything is working fine on any other device.

Thank you! :)

renshaw1 avatar Nov 04 '17 01:11 renshaw1

I managed to fix the Tab Bar issue, it's a common bug on iPhone X. In case someone else has this issue, this solved it for me: https://stackoverflow.com/a/46421826/4130052

Does anyone have an idea about the background color of the InputBar that changes after pushing to the SlackViewController? It happens on other devices as well and I didn't have this issue before the latest update of this library.

Thanks!

renshaw1 avatar Nov 09 '17 00:11 renshaw1