I'm here because I need some help about webviews in react-native
Description
I am integrating react-native-webview to handle a KYC (Know Your Customer) verification flow. The WebView loads a secure identity verification page, but I am experiencing the following issues:
The KYC provider attempts to open a new window (target="_blank"), but the WebView fails to handle it properly. Instead of opening the new page, an overlay appears, saying that the browser is not supported or that the verification cannot continue or you have a blank page. The expected behavior is that the WebView either opens a new window correctly or allows proper redirection without breaking the flow.
Everything works perfectly on safari if you copy/paste the link but I want to provide the best user experience and to protect injection and stull to do it in-app