We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug the event "extension-window-closed" is not fired, when I close the extension before completing the authorization
Venom Connect config
this.venomConnect = new VenomConnect({ theme: "dark", checkNetworkId: 1000, providersOptions: { venomwallet: { walletWaysToConnect: [ { package: ProviderRpcClient, packageOptions: { fallback: VenomConnect.getPromise("venomwallet", "extension") || // eslint-disable-next-line prefer-promise-reject-errors (() => Promise.reject()), forceUseFallback: true, }, // packageOptionsStandalone: { // fallback: standaloneFallback, // forceUseFallback: true, // }, // Setup id: "extension", type: "extension", }, ], defaultWalletWaysToConnect: ["mobile", "ios", "android"], }, }, });
To Reproduce
this.venomConnect.on("extension-window-closed", async () => { console.log("extension closed"); });
Expected behavior to fire the event when a user closes the wallet
Device (please complete the following information):
The text was updated successfully, but these errors were encountered:
rightjelkin
No branches or pull requests
Describe the bug
the event "extension-window-closed" is not fired, when I close the extension before completing the authorization
Venom Connect config
To Reproduce
Expected behavior
to fire the event when a user closes the wallet
Device (please complete the following information):
The text was updated successfully, but these errors were encountered: