You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all thanks for your effort. I am using this source to create a browser app for my personal use.
When i compiled this source code and run it on my device, it prompts me to add a google account, when i tap on "Add an Account" it checks for account information but doesn't find my already attached google account, if i try to add the same account that i have already attached with the device, it gives error saying that this account already exists.
if i remove the attached gmail account from settings first, or If i add a different account, then the account is successfully added but this browser app still didn't get the account credentials and brought me back to same screen to add the account. Although account was added to device, visible in the settings screen and all other google apps were able to use added account.
Ideally like all other Google apps or any app with google signup enabled, this app should be able to fetch the attached gmail account and use it instead of asking user to add an account.
Any idea how can i fix this?
The text was updated successfully, but these errors were encountered:
Bug confirmed, also if I remove all the google accounts from my device and I try to login to my account from Chromium the sync is not working, telling me to re-sign in every time and then failing.
First of all thanks for your effort. I am using this source to create a browser app for my personal use.
When i compiled this source code and run it on my device, it prompts me to add a google account, when i tap on "Add an Account" it checks for account information but doesn't find my already attached google account, if i try to add the same account that i have already attached with the device, it gives error saying that this account already exists.
if i remove the attached gmail account from settings first, or If i add a different account, then the account is successfully added but this browser app still didn't get the account credentials and brought me back to same screen to add the account. Although account was added to device, visible in the settings screen and all other google apps were able to use added account.
Ideally like all other Google apps or any app with google signup enabled, this app should be able to fetch the attached gmail account and use it instead of asking user to add an account.
Any idea how can i fix this?
The text was updated successfully, but these errors were encountered: