禁用滑动以在Chrome CustomTab中刷新

时间:2017-11-05 12:00:56

标签: android chrome-custom-tabs android-customtabs

我正在使用chrome CustomTab在我的应用内打开网址,使用customTabsIntent.launchUrl方法和CustomTabsIntent.Builder。这就是我现在正在做的事情:

CustomTabsIntent.Builder builder = new CustomTabsIntent.Builder();
CustomTabsIntent customTabsIntent = builder.build();
customTabsIntent.launchUrl(someUrl);

有没有办法在CustomTab中禁用默认设置的swipetorefresh行为?通过修改构建器或其他东西? (不对网站进行任何更改)

1 个答案:

答案 0 :(得分:1)

不,目前无法实现,因为自定义标签会尊重已打开网页的行为。如果可以更改页面,these instructions可以提供帮助