Skip to content
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.

Firefox Add-on: init event is not emitted #61

Open
vmangelovv opened this issue Aug 2, 2019 · 0 comments
Open

Firefox Add-on: init event is not emitted #61

vmangelovv opened this issue Aug 2, 2019 · 0 comments

Comments

@vmangelovv
Copy link

Describe the bug
On Firefox the function onInit is running the real initialization is not happening.
I think this is bug to work out.
This is my ex.:

<qrcode-stream @decode="onDecode" @init="onInit">

and the init func:

onInit (promise) {
promise.then(() => {
/* ... */
}).catch(error => {
console.log(error)
})
}

I tried init() and init($event) but don't work

2 libraries have been used to fix the problem, but unsuccessfully.

First

Second

P.S. In chrome works perfectly.

To Reproduce
Steps to reproduce the behavior:

  1. Go to Account menu
  2. Click on Create a vault for AirGap
  3. Next
  4. Link vault

Expected behavior
The browser should open new page, so the user can allow or deny camera permission. In Firefox this is not happening.

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

No branches or pull requests

1 participant