Skip to content
New issue

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

webView下拉刷新功能无法实现 #22

Open
shashen12300 opened this issue Oct 19, 2016 · 5 comments
Open

webView下拉刷新功能无法实现 #22

shashen12300 opened this issue Oct 19, 2016 · 5 comments

Comments

@shashen12300
Copy link

demo里边显示支持下拉刷新,为什么在模拟器测试的时候没有下拉刷新呢

@lincode
Copy link
Contributor

lincode commented Oct 19, 2016

Rexxer Container 支持下拉刷新。但是 Demo 里的前端代码还没有实现这个功能。

@shashen12300
Copy link
Author

假如当前的web页面是有图片的(图片是否被缓存到本地),当重新刷新这个页面时,之前已经缓存下来的图片是重新从服务器请求的,还是会使用之前的缓存图片呢

@shashen12300
Copy link
Author

前段代码能不能实现下下拉刷新这个功能,目前想要实现这个功能,但是不知道该如何入手

@lincode
Copy link
Contributor

lincode commented Oct 25, 2016

下拉的前端实现关注一下 rexxar-web,后面会在 Demo 里加上。但需要等一段时间。

@lincode
Copy link
Contributor

lincode commented Oct 25, 2016

Rexxar iOS 现在还不提供缓存实现图片。
可能的选择有使用 WebView 自有机制 NSURLCache,或者参考 RXRCacheInterceptor 自己实现图片的拦截和保持。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants