Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何让我的两个按钮在 webview 中处理后退和前进页面?
编辑:我尝试制作两个按钮来处理我的 webview。就像第一个带你上一页,第二个带你到下一页(如果可能的话)。我试图让它们像计算机浏览器的后退和前进按钮一样工作。
谢谢你-埃利亚斯
webview.goBack(); webview.goForward();