I don't know if this is code issue or browser issue.
Currently i'm using webcam.js to my web for showing camera.
But when i open the page url. It shows error because the camera is not allowed.
But why it's not showing permission before?
When i check the permissions, it set to "ask(default)" but why there's no popup about asking permission ?
How to solve this issue ?
Edit using below code already
navigator.mediaDevices.getUserMedia({video: true})