karosLi / KKJSBridge

一站式解决 WKWebView 支持离线包,Ajax/Fetch 请求,表单请求和 Cookie 同步的问题 (基于 Ajax Hook,Fetch Hook 和 Cookie Hook)
MIT License
693 stars 120 forks source link

复用时,H5 跳转页面,点导航返回异常 #78

Open tzwgod opened 2 years ago

tzwgod commented 2 years ago

https://user-images.githubusercontent.com/13271517/169979460-a9a9e4d0-6b81-480c-83cc-82867bd03e1a.mov 3

test code

    NSString *url = @"https://www.baidu.com/";
    WebViewController *web = [[WebViewController alloc] initWithUrl:url];
    [self.navigationController pushViewController:web animated:YES];
hu5980 commented 10 months ago

遇到同样的问题,楼主这个问题解决了吗