Reputation: 3748
Is it possible to close chrome custom tabs from the calling app using a timeout?
Scenario is the user being in a session which times out after 5 minutes. At this (variable) point in time I'd like to close the chrome custom tab (if it is open) no matter what state it is in.
Developing for android.
Upvotes: 1
Views: 318
Reputation: 860
At the current time, the Custom Tab API do not allow the host app to close it programmatically.
Upvotes: 1