react-native-webview-crosswalk icon indicating copy to clipboard operation
react-native-webview-crosswalk copied to clipboard

Crosswalk's WebView for React Native on Android.

Results 14 react-native-webview-crosswalk issues
Sort by recently updated
recently updated
newest added

This modification is based on this repo and offical [webview](https://github.com/facebook/react-native/blob/master/Libraries/Components/WebView/WebView.android.js) renderLoading: ![image](https://cloud.githubusercontent.com/assets/3125136/21349773/b2dadd1a-c6ee-11e6-8fda-eb1788c2981e.png) renderError: ![image](https://cloud.githubusercontent.com/assets/3125136/21379688/da7a299c-c78a-11e6-868f-16f52f41bb8b.png)

usr play three website'ex: http://xxx.com/gamex.html', i want remove one cache .so ,i use clearCacheForSingleFile, like this: clearCacheForSingleFile('http://xxx.com/gamex.html'); ??? it's not work fine~ how i do ,pls help ~ _ ~...

Hello, when adding compile project(':CrosswalkWebView') to "app/build.gradle", I get the following error Error:Configuration with name 'default' not found. I am running Ract Native 0.32, Android SDK 2.1.3, windows 10. Please...

I try to implement a reload button but I get the error "undefined is not a function (evaluating '_react2.default.findNodeHandle(this.refs[WEBVIEW_REF])') when hitting it. What am I doing wrong? Thanks! ``` var...