“chrome custom tab”的关闭按钮关闭整个webview本身。但是我希望它覆盖其行为以作为硬件后退按钮行为,以便用户可以返回到Web的上一页而不是关闭webview。
我阅读了很多帖子和博客,但我找不到任何解决方案。我找到了改变关闭按钮图标的解决方案。
答案 0 :(得分:1)
在我的情况下,我的应用程序除了打开Chrome自定义标签之外什么都不做,所以我能够这样做:
// This is called on boot, and when the Chrome Custom Tab's X button in the top left is clicked.
protected void onResume() {
super.onResume();
tryLaunch();
}
其中tryLaunch
启动Chrome
答案 1 :(得分:0)
目前还不可能。