@aws-amplify/rtn custom browser tab is shown in recent apps, even after signInWithRedirect is completed. #13846
Closed
3 tasks done
Labels
Auth
Related to Auth components/category
feature-request
Request a new feature
React Native
React Native related issue
Before opening, please confirm:
JavaScript Framework
React Native
Amplify APIs
Authentication
Amplify Version
v6
Amplify Categories
auth
Backend
Amplify CLI
Environment information
Put output below this line
Describe the bug
while using
signInWithRedirect()
fromimport {signInWithRedirect} from '@aws-amplify/auth';
a new chrome tab is opened as aspected but the issue is that tab remains there in the recently used apps in android even if login is completed successfully.The same tab is used for the next sign section as well, if it's available.
Expected behavior
The tab shall not be shown in recently used apps from android section, even expo-web-browser has implemented this well with tab being cleared as soon as it gets in background.
Reproduction steps
Code Snippet
// Put your code below this line.
Log output
aws-exports.js
No response
Manual configuration
No response
Additional configuration
No response
Mobile Device
Android Studio Emulator Medium Andriod11
Mobile Operating System
Android
Mobile Browser
Chrome
Mobile Browser Version
83.0.4103
Additional information and screenshots
The text was updated successfully, but these errors were encountered: