You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 20, 2023. It is now read-only.
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:
I tried
init()
andinit($event)
but don't work2 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:
Expected behavior
The browser should open new page, so the user can allow or deny camera permission. In Firefox this is not happening.
The text was updated successfully, but these errors were encountered: