I have a WebView that loads a HTML with links inside. Those links are opened using Chrome Custom Tabs.
Strange scenario:
- Open Chrome browser
- Open app
- Press any link (this will open a Chrome Custom Tab)
- Press the back button or the "x" button on the Custom Tab
- Instead of going back to the app the chrome browser is shown.
[updated]
The launch mode of my activity, set in the AndroidManifest, is singleInstance.