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

fix(android): make Browser plugin fire browserFinished #2332

Merged
merged 1 commit into from
Jan 23, 2020

Conversation

jcesarmobile
Copy link
Member

@jcesarmobile jcesarmobile commented Jan 14, 2020

Closes #2239
Closes #2202

@Torone
Copy link

Torone commented Aug 24, 2021

This fix didn't solve the issue.
The addListener for browserFinished is never fired when the Browser get closed.

        await Plugins.Browser.open({ url })
        Plugins.Browser.addListener('browserFinished', async () => {
          console.log('Never get here...')
          await this.$auth.fetchUser()
        })

@ionic-team ionic-team locked as resolved and limited conversation to collaborators Aug 24, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Browser.addListener browserFinished not fired on android
2 participants