79495269

Date: 2025-03-09 01:20:54
Score: 0.5
Natty:
Report link

Use onShouldStartLoadWithRequest

<View style={styles.container}>
      <WebView 
        source={{ uri: url }}
        style={styles.webview}
        onShouldStartLoadWithRequest={handleNavigation} // Intercept links
      />
    </View>

react-native-webview not handling target="_blank"

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Mateen Ali