79358557

Date: 2025-01-15 14:25:46
Score: 2.5
Natty:
Report link

Maybe you have another "View" Container around the WebView? Then it shows a Blank Page

For example change Code like:

<View>
    <WebView
    javaScriptEnabled={true}
    originWhitelist={['*']}
    source={{html: htmlContent}}
    />
</View>

To:

<WebView
javaScriptEnabled={true}
originWhitelist={['*']}
source={{html: htmlContent}}
/>

if that doesnt fix it, maybe you can show a part of your code?

Reasons:
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Low reputation (1):
Posted by: Kioshia