When opening the app the first time, the app opens a browser intent where the user should log in.
After this step the user has to manually close the browser and return to the app himself because back directing does not work properly with a browser intent. Steps in detail:
- First time opening the app
- Logging in to the OpenBankProject through a browser intent
- Redirecting to the app <-- not working
One solution from me ist the use of the Custom Chrome Tab (https://developer.chrome.com/multidevice/android/customtabs)
When opening the app the first time, the app opens a browser intent where the user should log in.
After this step the user has to manually close the browser and return to the app himself because back directing does not work properly with a browser intent. Steps in detail:
One solution from me ist the use of the Custom Chrome Tab (https://developer.chrome.com/multidevice/android/customtabs)