react-native-webview-crosswalk
react-native-webview-crosswalk copied to clipboard
Crosswalk's WebView for React Native on Android.
last version is: Stable (23.53.589.4)
`react-native run-android` gives ``` :CrosswalkWebView:incrementalReleaseJavaCompilationSafeguard UP-TO-DATE :CrosswalkWebView:compileReleaseJavaWithJavac :CrosswalkWebView:compileReleaseJavaWithJavac - is not incremental (e.g. outputs have changed, no previous execution, etc.). /Users/user/dev/tests/crosswalk-test/node_modules/react-native-webview-crosswalk/src/main/java/com/jordansexton/react/crosswalk/webview/CrosswalkWebViewPackage.java:26: error: method does not override or implement a method...
After installing App crashes with the following error at line no 7 of index.android.js "react": "16.0.0-alpha.6", "react-native": "0.44.0", "react-native-webview-crosswalk": "^0.5.0"
``` :CrosswalkWebView:incrementalReleaseJavaCompilationSafeguard UP-TO-DATE :CrosswalkWebView:compileReleaseJavaWithJavac :CrosswalkWebView:compileReleaseJavaWithJavac - is not incremental (e.g. outputs have changed, no previous execution, etc.). /Users/user/dev/tests/crosswalk-test/node_modules/react-native-webview-crosswalk/src/main/java/com/jordansexton/react/crosswalk/webview/CrosswalkWebViewPackage.java:26: error: method does not override or implement a method from a supertype...
is there any support to onLoadEnd event ?
I use react-native-webview-crosswalk for app,but my web is Reactweb,use upload photos open action bar ok!but after selecting photos no reaction
Excuse my laziness, and sorry to bother you. I see lot of different options here https://github.com/jordansexton/react-native-webview-crosswalk/blob/master/index.android.js#L47-L54 but can't find related documenation. I've been looking on crosswalk website and google for...
I have question about the file xwalk-command-line, I tried to add the file in many places in the Project, but the code in the file not called. any body can...
This code is no longer applicable to the latest react version.I modified it to ES6.
`CrosswalkWebView.java:20: error: cannot find symbol import com.facebook.react.views.webview.events.TopMessageEvent;`