Opening Camera to send pictures in ios webview. #115
Unanswered
farhazulMullick
asked this question in
Q&A
Replies: 1 comment 4 replies
-
@KevinnZou Any help. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
On clicking Take Photo or Video Xcode is throwing this error.
[CAMCaptureEngine] Received a session runtime error notification : Error Domain=AVFoundationErrorDomain Code=-11800 "The operation could not be completed" UserInfo={NSLocalizedFailureReason=An unknown error occurred (-12782), NSLocalizedDescription=The operation could not be completed, NSUnderlyingError=0x600000ded050 {Error Domain=NSOSStatusErrorDomain Code=-12782 "(null)"}} [CAMCaptureEngine] Performing recovery from error: Error Domain=AVFoundationErrorDomain Code=-11800 "The operation could not be completed" UserInfo={NSLocalizedFailureReason=An unknown error occurred (-12782), NSLocalizedDescription=The operation could not be completed, NSUnderlyingError=0x600000ded050 {Error Domain=NSOSStatusErrorDomain Code=-12782 "(null)"}} Snapshotting a view (0x103e64e20, CAMPreviewView) that has not been rendered at least once requires afterScreenUpdates:YES. [CAMCaptureEngine] Attempting to recover from a session runtime error by restarting the AVCaptureSession...
After that .
03-07 13:42:02.963 💚 DEBUG Napier.d - WebView DisposableEffect
is called.Also granted camera and Microphone permissions.
Beta Was this translation helpful? Give feedback.
All reactions