具有多个 (2) Web 视图的后退按钮
我正在使用一个在 tabhost/tabwidget
布局中设置了 2 个 webview 的 ap,我的问题是我不知道如何让它们导航回页面历史记录,至少对于这两个页面而言他们。我可以为第一个 webview (webview1
) 执行此操作,但我不知道如何为第二个选项卡中的第二个 webview 执行此操作。
I am playing with an ap that has 2 webviews set up within a tabhost/tabwidget
layout, my problem is that i don't know how to make them navigate back through page history, at least for both of them. I ca do it for the first webview (webview1
) but i don't know how to do it for the second one in my second tab.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我知道这个问题很古老,但你可能仍然被困在这个问题上,或者其他人可能会被困住。使用下面的代码,它对我使用 tabHost 有效。 webView1 和 webView2 是你的两个 webview。
将其添加到 onCreate 包上方。
I know this question is ancient but you might still be stuck on it, or someone else might be. Use the code below, it works for me using tabHost. webView1 and webView2 being your two webviews.
Add it above the onCreate bundle.