karosLi / KKJSBridge

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

如何实现重定向页面的跳转 #66

Open clq1983 opened 3 years ago

clq1983 commented 3 years ago

我发现如果有302跳转,就会跳转不过去,页面卡死,我实现下面的方法也没有效果:

clq1983 commented 3 years ago

实现如下方法,还是没有效果,请问楼主这个问题有什么好的方法解决不?

karosLi commented 3 years ago

如果取消webview复用会有问题吗?

clq1983 commented 3 years ago

去掉复用也会有

发自我的 iPhone

在 2021年5月11日,上午11:09,Karosli @.***> 写道:

如果取消webview复用会有问题吗?

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

wubiao20150321 commented 2 years ago

UIDelegate实现下面的逻辑试下