Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iPhone mit Safari-Browser funktioniert der Zugriff auf Kamera nicht #8

Open
datenreisen opened this issue May 18, 2021 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@datenreisen
Copy link
Collaborator

Auf meinem iPhone (11 Pro Max, iOS 14.5.1) im Safari-Browser funktioniert der Zugriff auf die Kamera nicht.

Screenshot: Der Zugriff auf die Kamera wurde erteilt (siehe rote Videokamera neben URL + grüner Punkt über Mobilfunkempfang), aber die Kamera wird nicht genutzt.

Auf dem PC hat der Zugriff auf die Webcam einwandfrei geklappt.

image0

@datenreisen datenreisen added the bug Something isn't working label May 18, 2021
@nielsson4711
Copy link
Collaborator

Analyse des Auslösers:

  • Debug-Verbindung zw. Mac uns iPhone per USB-Kabel;
  • Safari 16.5 (18615.2.9.11.4) auf Mac (MacOS 13.4);
  • Safari 16.5 auf iPhone SE (iOS 16.5);
  • Kamerazugriff für Website digitale-gesellschaft.ch gestattet.
  • Click auf Kamera Prompt im Dokument resultiert in dieser Fehlermeldung: Unhandled Promise Rejection: NotAllowedError: The request is not allowed by the user agent or the platform in the current context, possibly because IdCapture.svelte: 61" the user denied permission.
  • Kontext: IdCapture.svelte:61
  • Code: https://developer.mozilla.org/en-US/docs/Web/API/MediaDevices/getUserMedia

Vermutung zur Ursache: Video Policies https://webkit.org/blog/6784/new-video-policies-for-ios/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants