You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.
View source action will lead to 2 different places depending on the button pressed:
in the list view (main screen): the View source button of the overflow menu item will open a ChromeCustomTab
in the details view (ChromeCustomTab): the View * source button in the ActionBar will open a regular ACTION_VIEW intent, and open whatever browser you have on your device
I'm working on the 2nd View Source action to load the uri into a ChromeCustomTab as well.
The text was updated successfully, but these errors were encountered:
It does create another Activity (CustomTab) on top of the current one (back button returns to the initial CustomTab).
Unfortunately, there is no API to redirect the user from within a CustomTab...
View source
action will lead to 2 different places depending on the button pressed:View source
button of the overflow menu item will open a ChromeCustomTabView * source
button in the ActionBar will open a regular ACTION_VIEW intent, and open whatever browser you have on your deviceI'm working on the 2nd
View Source
action to load the uri into a ChromeCustomTab as well.The text was updated successfully, but these errors were encountered: