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

使用initWithRequest方法创建时,错误重试页面点击重试无效 #105

Open ipad4 opened 4 years ago

ipad4 commented 4 years ago

在使用initWithRequest和- (instancetype)initWithRequest:(NSURLRequest )request configuration:(WKWebViewConfiguration )configuration 方法时,错误重试的本地H5页面点击重试按钮重试无效。

复现步骤:

  1. 使用蜂窝网络访问内网地址,如192.168.1.100/h5.html,最终会打开neterror.html。
  2. 网络切换至wifi(浏览器能够访问到192.168.1.100/h5.html),点击neterror.html中的重试按钮,发现根本没有请求192.168.1.100/h5.html地址,还是始终在neterror.html