Enable Highcharts to run on iOS locally with working themes
Right now Highcharts can run locally but the themes will not work if high charts.js is linked locally.
1
vote
Daniel Sedam
shared this idea
This works correctly now.
-
Umberto Migliore commented
If you use WKWebView there is a problem to access local files; the workaround is copy the files in a /tmp/www folder :
https://github.com/shazron/WKWebViewFIleUrlTest -
That sounds strange... It shouldn't matter where the JS files are located. Are you also running the themes from the local storage?