Relative Content

Tag Archive for ioswebviewfilesystems

Where are pictures saved when opening the camera from iOS webview?

I have a react native app which uses react-native-webview 13.10.3 (which uses WKWebview on iOS). Sometimes the page in the webview contains an <input type=”file”> which, on click, shows a dialog for selecting a file. One of the options in this dialog is “Take Photo or Video” which brings up the camera to take a new picture. The camera goes away after taking a picture, and the <input> gets updated with the details of the newly created image file.