I've noticed in some cases that when I supply incorrect options or some incorrect format that the chart fails to load, but the HIChartViewDelegate viewDidLoad still gets called. I'm wondering if there is any way to log errors that the webview encounters and can be relayed back to the native code?
This is important because if something goes wrong and the chart doesn't load, JS function fails, or a property doesn't exist then we don't have any insight and can't rely on if it actually worked.
I've noticed in some cases that when I supply incorrect options or some incorrect format that the chart fails to load, but the HIChartViewDelegate viewDidLoad still gets called. I'm wondering if there is any way to log errors that the webview encounters and can be relayed back to the native code?
This is important because if something goes wrong and the chart doesn't load, JS function fails, or a property doesn't exist then we don't have any insight and can't rely on if it actually worked.