I’m making changes to an existing IPad app. I’m using highcharts (it is a jquery chart library) inside a .htm page. Im loading that htm page in uiwebview control using loadrequest method. The chart displays the data point correctly. But when the ipad is in landscape mode the chart is not getting displayed fully as some part of the chart goes down. The issue is I’m not able to scroll by swiping in the middle of the uiwebview (in the chart). But i’m able to scroll if i scroll in the corners of the webview. I want to make the webview scroll even if i scroll in the middle of the chart. Im new to IOS im not sure why webview is behaving like this. Please guide me on solving this issue.
Share
If you do not need the user to be able to click/interact with the chart you can disable mouse tracking. See this link. You would also need to add an overlaying div. See the last post in that thread.