I'm currently working on integrating Highchart into an iOS app. I have a requirement where I need to pass values from JavaScript (HTML file) to an Objective-C method. For example, when a user zooms in on the chart displayed in a UIWebView using Highchart, I need to send the zoom coordinates of the X axis from JavaScript to Objective-C by triggering a specific Objective-C method once the zooming is completed. Can anyone provide guidance or assistance on how to achieve this?
Thank you in advance.