Android 的 webview 列表视图
首先,我不确定这是否是正确的方法。
我想要做的是拥有一种用户体验,用户通过滑动在 Web 视图之间移动,并为这种转换设置动画,我会使用 Web 视图列表还是 http://jquery.hinablue.me/jqiphoneslide/
有什么想法吗?
first of all I am not sure if this is the right approach.
What I want to do is have a user experience where the user moves between webviews via swipes, and animating this transition, would I use a list of webviews or http://jquery.hinablue.me/jqiphoneslide/
thoughts?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的意思是您想使用水平滑动在 WebView 之间移动吗?如果是这样,请查看 Android 支持库中的 ViewPager 组件:http://developer .android.com/sdk/compatibility-library.html
Do you mean you want to move between WebViews using horizontal swipes? If so have a look at the ViewPager component in the Android support library here: http://developer.android.com/sdk/compatibility-library.html