edgecase / bird-wave

An api for eBird data
0 stars 0 forks source link

Performance on mobile #15

Closed tennety closed 9 years ago

tennety commented 10 years ago

Apparently SVG rendering on mobile is quite bad: http://stackoverflow.com/questions/11571026/state-of-svg-performance-on-ios-and-other-tablets http://hivemindmap.blogspot.co.uk/2013/01/html5-and-interactive-graphs.html Could be a cool iOS project for @jxa to create a native app for this! :wink:

tennety commented 9 years ago

PR #23 should cover some of this. Though svg is still slow, on smaller screens there will never be more than ~58 data points to render, as opposed to several thousand on the larger screens. Closing for now, maybe the iOS project would be a good reason for me to learn Swift!