Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not opening tab on ipad #40

Open
d3NNEb opened this issue Nov 30, 2021 · 0 comments
Open

not opening tab on ipad #40

d3NNEb opened this issue Nov 30, 2021 · 0 comments

Comments

@d3NNEb
Copy link

d3NNEb commented Nov 30, 2021

using firebase auth js per https://firebase.google.com/docs/auth/web/cordova

code

        var provider = new firebase.auth.GoogleAuthProvider();

        firebase.auth().signInWithRedirect(provider).then(function () {
            return firebase.auth().getRedirectResult();
        }).then((result) => {
            ...
        }).catch((error) => {
            ...
        });

on iphone (simulator AND device), browsertab opens for oauth signin
on ipad (simulator AND device), browsertab does not open

any ideas?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant