We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
发现有些坑.使用wkwebView,发现post请求参数body丢失问题,查看yeatse/NSURLProtocol-WebKitSupport#7, 说可以跟服务端定个协议,WebP 图片改成类似 webp://xxx.com/xxx 这样的形式,然后注册名为 webp 的 scheme 来拦截,但是这个需求服务端那边可能不太愿意改因为太多了。想问下使用WKwebView有没有更好的方案可以解决预加载出现的问题,更快速可以加载网页显示速度.
The text was updated successfully, but these errors were encountered:
使用 WKURLSchemeHandler
Sorry, something went wrong.
@ming1016 使用 WKURLSchemeHandler,好像还是要自定义scheme?
No branches or pull requests
发现有些坑.使用wkwebView,发现post请求参数body丢失问题,查看yeatse/NSURLProtocol-WebKitSupport#7, 说可以跟服务端定个协议,WebP 图片改成类似 webp://xxx.com/xxx 这样的形式,然后注册名为 webp 的 scheme 来拦截,但是这个需求服务端那边可能不太愿意改因为太多了。想问下使用WKwebView有没有更好的方案可以解决预加载出现的问题,更快速可以加载网页显示速度.
The text was updated successfully, but these errors were encountered: