thomasgalliker / CameraScanner.Maui

Camera preview and barcode scanner for .NET MAUI apps
MIT License
26 stars 3 forks source link

[Bug] App crashes if camera permission denied and CameraView is present on ContentPage #22

Closed thomasgalliker closed 2 months ago

thomasgalliker commented 2 months ago

Description

Steps to Reproduce

  1. Install app from scratch
  2. Run CheckAndRequestPermission in ICameraPermission
  3. Tap "Don't allow" when asked to grant camera permission
  4. Navigate to any page which contains a CameraView

Expected Behavior

Actual Behavior

Basic Information

Screenshots

N/A

Reproduction Link

MauiDemoApp in this repository