You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When debugging, or running a release build not built in .NET Native, the UWP version of our app properly displays the camera preview and can properly scan. However, when building the app in .NET Native, a requirement for a UWP app to be listed on the Microsoft Store, the camera view is blank / a white screen and scanning does not work.
This issue seems to have started as recently as Friday, coinciding with the release of KB5029263, however uninstalling that update doesn't seem to resolve the issue. Additionally, the issue seems to affect old builds where the camera was known to be working. This also seems to affect the XamarinCommunityToolkit's CameraView component.
If this isn't easily reproducible, I can look into providing an example repository, but that may be out of scope on my end.
The text was updated successfully, but these errors were encountered:
When debugging, or running a release build not built in .NET Native, the UWP version of our app properly displays the camera preview and can properly scan. However, when building the app in .NET Native, a requirement for a UWP app to be listed on the Microsoft Store, the camera view is blank / a white screen and scanning does not work.
This issue seems to have started as recently as Friday, coinciding with the release of KB5029263, however uninstalling that update doesn't seem to resolve the issue. Additionally, the issue seems to affect old builds where the camera was known to be working. This also seems to affect the XamarinCommunityToolkit's CameraView component.
If this isn't easily reproducible, I can look into providing an example repository, but that may be out of scope on my end.
The text was updated successfully, but these errors were encountered: