Hi,
Is it possible to have all the chart functions to work inside an Android webview?
I'm currently trying to show a dynamic/animated chart where users can interact with it.
It seems that Google Chart Tools best suits my needs, but unfortunately is not an Android native API.
The only way to show the chart is via a webview, but then all I can do is scrolling the webview or zooming it.
Thanks.