leancloud / ChatKit-OC

此项目已经废弃,以后不再维护。我们推出了基于 Swift SDK 的 Chat Demo。
https://github.com/leancloud/swift-sdk-demo
MIT License
2.12k stars 461 forks source link

在iOS11中双击文字消息后,全屏查看无法取消 #351

Open kuopenx opened 7 years ago

kuopenx commented 7 years ago

Base Info for this issue

  1. ChatKit Version:1.0.0
  2. App-ID: XX
  3. Language:Objective-C
  4. iOS System Version:iOS11
  5. Prototype(是否是真机):NO
  6. Issue Type:Crash、Bug、Enhancement(希望能支持一个新需求)、Q-A

1. How to repeat the problem.

2. Please help me in this way.

3. Here is a Demo.

4. Here is my Debug log

XingZhaoDev commented 7 years ago

把手势加到displayTextView上就可以解决了

XingZhaoDev commented 7 years ago

到LCCKTextFullScreenViewController这个类中修改

ChenYilong commented 6 years ago

fix in CYLChatKit https://github.com/ChenYilong/CYLChatKit/releases

changelog:

2.1.3 fix iOS11 FullScreen bug