Alexandr Nevyantsev

Results 19 comments of Alexandr Nevyantsev

Hi! Please, check the documentation of [React Native WebView](https://github.com/react-native-webview/react-native-webview/blob/master/docs/Guide.md#communicating-between-js-and-native) In the [example](https://github.com/tradingview/charting-library-examples/blob/master/react-native/app/ios.app.js) you can see Web-to-Native communication. 1. Inject javascript ```javascript injectedJavaScript={this.jsToInject} ``` jsToInject ```javascript tvWidget.onChartReady(function() { tvWidget.chart().onIntervalChanged().subscribe( null, function(interval)...

Unfortunately, current state of WebView in Flutter is not acceptable. The widget still needs a lot of improvements. At the moment you can use combination of native code and Flutter....

Hi! Unfortunately, **react-native-webview** has breaking changes at version 7.0.1. We will update the example at the near future but no ETA as of yet

@AdelfaPoesis Hi! We are plannig to make this task at the near feature. I will send an update here when the example will be ready.

`clearWebViewBackground` was intented to fix the blink on initialization of the view because this is an issue of WebView's native canvas. The white background on theme mode chage you see...

Also we need to warning user when he is trying to set data with incorrect type

Hi! Thank you for the issue. We will investigate the issue and will come back with a solution

Hi! I've tried to reproduce the bug using your code but didn't catch any crashes. Can you make a demo project with reproducing? Also please write a version number of...

Hi! We need a log to determine what the actual problem is. Make an inheritance from ChartsView and override `logLevel` ```kotlin override val logLevel = LogLevel.DEBUG ``` After that you...