I've a hybrid mobile app which has built using cordova. Recently, I've included Google Sign-in feature into this. But, one issue which I'm facing is, even if my native gmail app connected to 3 other gmail accounts... it's not showing me the... "Choose an account" option like other mobile app shows.
EX :
One of my thought is, maybe because of my app is a hybrid app it's not getting access to native gmail accounts session. That's why, it's not showing me the option.
Am I right? How I can solve this problem ?
I don't know how you implemented google login in your app. For displaying the choose account dialog box, you have to use Cordova Google plugin. By using this, it will call the google accounts linked to your android phone and the dialog box like you said will appear.
Hope it will meet your requirement.