检查在自定义Chrome标签中打开哪个网址
问题描述:
Chrome浏览器的onPageStarted类似于chrome自定义选项卡中是否有任何功能。 IN onNavigation ..捆绑包始终为空
Is there any function in chrome custom tabs analogous to onPageStarted of Webview. IN onNavigation.. the bundle is always null
答
按照设计,Chrome自定义标签无法实现此功能。你可以告诉用户已经导航,但你不知道他们去了哪里。请参阅: http://developer.android.com/reference/android/support /customtabs/CustomTabsCallback.html 以了解详情。
By design this is not possible with Chrome Custom Tabs. You can tell that a user has navigated but you can't tell where they've gone to. See: http://developer.android.com/reference/android/support/customtabs/CustomTabsCallback.html for details of what's possible.