react-native-webview-js-context icon indicating copy to clipboard operation
react-native-webview-js-context copied to clipboard

Utilize the JavaScript VM running inside an iOS UIWebView to exploit libraries targeting the DOM (e.g. Google Charts)

Results 5 react-native-webview-js-context issues
Sort by recently updated
recently updated
newest added

Hello, Your component is working great on my iOS simulator, but not on my Android device. The issue is that `this.ctx.evaluateScript(CHART_JS);` is always returning `undefined` even for simple scripts such...

ContextId value that passes to JS is wrong [guess the value is too big for long integer] XCode Value: 4675794277960236383 JS Value: 4675794277960236000 so I parse the value to NSString...

When I'm in a renderedScene(page/ view) in , it loads the first time fine. Then, I navigated to another scene(page/ view), and comes back to the same view, the chart...

I am a javascript and react-native newbie seeking guidance on how to make the RnCharts example render in a react-native index.ios.js. I pasted and exported the example code into a...