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

发现2个问题 #43

Closed q876911695 closed 6 years ago

q876911695 commented 7 years ago

1,navigationBar的代理方法-(BOOL)navigationBar:(UINavigationBar )navigationBar shouldPopItem:(UINavigationItem )item 不应该写在viewControoler里; 2,Cookie设置是一个问题(未能解决,请求有什么好的方法吗?)

devedbox commented 7 years ago

你好

最后,还有其他什么问题,欢迎一起讨论

q876911695 commented 7 years ago

Cookie我已经解决了,正在测试。如果没有问题再贴上来