ngx-scanner icon indicating copy to clipboard operation
ngx-scanner copied to clipboard

Firefox - permissionResponse missing emit of undefined value - "Waiting for permissions state"

Open PavolSvidran opened this issue 6 years ago • 0 comments

Hi, permissionResponse output emit 4 values:

  • True on camera allow
  • False on deny
  • undefined in state "waiting for permissions"
  • null when device doesnt have camera.

All work correctly for chrome but in Firefox missing undefined state. Do you know why?

PavolSvidran avatar Sep 21 '19 11:09 PavolSvidran