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
Previously camera was not opening twice in incognito mode on mobile browsers. Now this issue is occurring in normal mobile browser as well.
this error is logged CameraException(cameraNotReadable, The camera is not readable due to a hardware error that prevented access to the device.)
Camera works fine on first try but the second time it executes onError block. Also issue is occurng only in mobile browser, It is working fine in laptop's browser
this problem started occurring in normal browsers after adding the camera overlay widget
The text was updated successfully, but these errors were encountered:
Previously camera was not opening twice in incognito mode on mobile browsers. Now this issue is occurring in normal mobile browser as well.
this error is logged
CameraException(cameraNotReadable, The camera is not readable due to a hardware error that prevented access to the device.)
Camera works fine on first try but the second time it executes onError block. Also issue is occurng only in mobile browser, It is working fine in laptop's browser
this problem started occurring in normal browsers after adding the camera overlay widget
The text was updated successfully, but these errors were encountered: