Yash Harkhani

Results 2 comments of Yash Harkhani

@andynvt, Did you found solution to `evaluateJavascript` issue ? I’m currently facing an issue with the evaluateJavascript function on the web platform. My entire app depends on this functionality, and...

Try to register a handle over the controller. below method is working for me ``` onWebViewCreated: (controller) { helper.webViewController = controller; //Back btn handler. controller.addJavaScriptHandler( handlerName: 'onChartReady', callback: (args) {...