bayang / jelu

Self hosted read and to-read list book tracker
MIT License
313 stars 12 forks source link

Camera modal fails #118

Open DarthNerdus opened 2 months ago

DarthNerdus commented 2 months ago

As of the latest update, the camera modal fails on iOS 17.4.1. I cannot confirm on any other iOS versions.

The camera modal will ask for permission for camera access but will not show the camera view as it previously did, after a couple of seconds the camera access indicator hides but the modal stays open with no content.

I dug into the issue and it is upstream of Jelu. I have opened a PR against the barcode scanner library: https://github.com/teckel12/vue-barcode-reader/pull/19

Preview of current failure state:

bayang commented 2 months ago

Ok thank you for investigating this. I upgraded to this fork because the older repo was unmaintained and was only barely working. Let's hope your fix gets merged.