Closed AnantTiwari001 closed 1 month ago
Hi @AnantTiwari001 thanks for opening this issue and the PR! We will look into this.
PR has merged, fix should go out with the release in next week, thanks!
Hi @AnantTiwari001, your fix has been release with the version 6.6.3
. Thank you very much for your contribution!
Before opening, please confirm:
JavaScript Framework
React Native
Amplify APIs
Authentication
Amplify Version
v6
Amplify Categories
auth
Backend
Amplify CLI
Environment information
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
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