lucasferreira / react-native-webview-android

Simple React Native Android module to use Android's WebView inside your app
355 stars 158 forks source link

Adds evaluateJavascript method #104

Closed spezzino closed 6 years ago

spezzino commented 6 years ago

Adds evaluateJavascript method to the library, enabling javascript injection onto the webview, without the need of parsing a message (sent by postMessage).

Also, the webview now accepts third party cookies, required by some sites to work correctly.

lucasferreira commented 6 years ago

Hi @spezzino, thanks for you contribution ;)