Description
When I open WebView on Android emulator or real device it does not execute JavaScript. I have run simple Android App in Android Studio and it worked there.
Reproduction Steps
Just create a new app and add this WebView to it
Sample Code
<WebView
style={[styles.flex]} //styles
javaScriptEnabled={true} //enabling JavaScript
source={{uri: 'http://partners.zeew.eu/'}} //Url
/>
Solution
Can you please check it and say what is wrong?
Additional Information
- React Native version: 0.45.1
- Platform: Android ( not sure about iOS )
- Development Operating System: Windows
- Build tools: Android Studio: Nexus 5x edited_api_25 Android 6.0 Google APIs, Nexus 5 API level 26, Android 8.0.0
Description
When I open WebView on Android emulator or real device it does not execute JavaScript. I have run simple Android App in Android Studio and it worked there.
Reproduction Steps
Just create a new app and add this WebView to it
Sample Code
Solution
Can you please check it and say what is wrong?
Additional Information