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 134 forks source link

希望增加能够修改UserAgent的方法。 #64

Closed iodefog closed 1 year ago

iodefog commented 6 years ago

现在继承你AXWebViewController,而后在viewDidLoad中修改UserAgent,不生效。所以希望你那边能增加这个方法,也算一个很常用的方法吧

devedbox commented 6 years ago

@iodefog 设置webViewController.webView.customUserAgent不生效么?

2018-01-13 1 45 00
devedbox commented 6 years ago

@iodefog 需要在viewDidLoad之前进行设置,viewDidLoad之后webView已经加载内容了.

iodefog commented 1 year ago

close