Troubleshooting common issues
Camera capture flows do not show at all or show as fullscreen
When initializing the webview, ensure allowsInlineMediaPlayback
is set to true
(example). Note that on some platforms like Cordova, this option may be revealed via a different API.
On some devices like iPads, media playback defaults to fullscreen.
Camera capture flows are showing a debug view on XCode's simulator
This is expected; the iOS simulator does not allow a real webcam to be used.
Issues integrating with react-native-webview
react-native-webview
We do not support using the WebView integration with React Native. If you want to integrate with a React Native application, please see our React Native Integration Guide.
Updated 19 days ago