devedbox / AXWebViewController

AXWebViewController is a webViewController to browse web content inside applications. It’s a lightweight controller on iOS platform based on WKWebView (UIWebView would be the base Kit under iOS 8.0). It added navigation tool bar to refresh, go back, go forward and so on. It support the navigation style on WeChat. It is a simple-using and convenient web view controller using inside applications.
MIT License
797 stars 133 forks source link

push界面,刷新界面为空时,pop #6

Closed KKLater closed 7 years ago

KKLater commented 7 years ago

-[WKScrollView _systemGestureStateChanged:]: message sent to deallocated instance 0x7fff140f10d0

KKLater commented 7 years ago

iOS8.4

devedbox commented 7 years ago

@KKLater 崩溃了吗?

KKLater commented 7 years ago

很对不起,问题原因找到了。是我们团队一个成员写错了方法导致的。在9、10上没有崩溃,8上崩溃了。目前已经修复了。不过这个组件里面的宏判定版本会出问题。我们在宏判定之后又加了systemVersion判定来保证绝对安全。

发自网易邮箱大师 在2016年09月22日 13:57,ax 写道:

@KKLater 崩溃了吗?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

KKLater commented 7 years ago

很抱歉,昨晚才弄完了项目,忘记来更正信息了。辛苦大神们,把这个关掉吧。十分感谢您的开源! 在2016年09月22日 13:57,ax 写道:

@KKLater 崩溃了吗?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

devedbox commented 7 years ago

@KKLater 感谢支持,后续版本会陆续的完善和更新!